source: nscp/build.cmake @ 3080680

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 
1SET(Boost_DEBUG 1)
2
3#set(Boost_USE_STATIC_LIBS   ON)
4set(BOOST_USE_MULTITHREADED ON)
5
6SET(BOOST_INCLUDEDIR c:/src/include/boost-1_39)
7#SET(BOOST_LIBRARYDIR c:/src/lib/x86/)
8SET(BOOST_LIB_SUFFIX vc80-mt)
9#SET(BOOST_LIB_VERSION 1.40)
10
11
12SET(OPENSSL_INCLUDE_DIR c:/src/include/)
13SET(CMAKE_LIBRARY_PATH c:/src/lib/x86/)
14
15SET(PROTOBUF_INCLUDE_DIR C:/src/protobuf-2.3.0/src)
16SET(PROTOBUF_LIBRARYDIR C:/src/protobuf-2.3.0/vsprojects/Debug)
17SET(PROTOBUF_BINARYDIR C:/src/protobuf-2.3.0/vsprojects/Debug)
18
Note: See TracBrowser for help on using the repository browser.