0.4.00.4.10.4.2
|
Last change
on this file since 3080680 was
3080680,
checked in by Michael Medin <michael@…>, 3 years ago
|
|
Updated all (currently ported) modules to build and use protocol buffers also fixed issues with the settings subsystem (now sets defaults and comments correctly on sections and such)
|
-
Property mode set to
100644
|
|
File size:
496 bytes
|
| Line | |
|---|
| 1 | SET(Boost_DEBUG 1) |
|---|
| 2 | |
|---|
| 3 | #set(Boost_USE_STATIC_LIBS ON) |
|---|
| 4 | set(BOOST_USE_MULTITHREADED ON) |
|---|
| 5 | |
|---|
| 6 | SET(BOOST_INCLUDEDIR c:/src/include/boost-1_39) |
|---|
| 7 | #SET(BOOST_LIBRARYDIR c:/src/lib/x86/) |
|---|
| 8 | SET(BOOST_LIB_SUFFIX vc80-mt) |
|---|
| 9 | #SET(BOOST_LIB_VERSION 1.40) |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | SET(OPENSSL_INCLUDE_DIR c:/src/include/) |
|---|
| 13 | SET(CMAKE_LIBRARY_PATH c:/src/lib/x86/) |
|---|
| 14 | |
|---|
| 15 | SET(PROTOBUF_INCLUDE_DIR C:/src/protobuf-2.3.0/src) |
|---|
| 16 | SET(PROTOBUF_LIBRARYDIR C:/src/protobuf-2.3.0/vsprojects/Debug) |
|---|
| 17 | SET(PROTOBUF_BINARYDIR C:/src/protobuf-2.3.0/vsprojects/Debug) |
|---|
| 18 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.