source: nscp/build.cmake @ 2018659

0.4.00.4.10.4.2
Last change on this file since 2018659 was 2018659, checked in by Michael Medin <michael@…>, 3 years ago

Added protocol buffers for internal channels (only command as of now) this means this builds lacks "performance data" (as it has yet to be re-added) as well as requires changes to plugins as the API is NEW!

  • Property mode set to 100644
File size: 505 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 d:/source/protobuf-2.3.0/src)
16SET(PROTOBUF_LIBRARYDIR d:/source/protobuf-2.3.0/vsprojects/Debug)
17SET(PROTOBUF_BINARYDIR d:/source/protobuf-2.3.0/vsprojects/Debug)
18
Note: See TracBrowser for help on using the repository browser.