source: nscp/build.cmake @ 60375ed

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

Fixed *nix compatiblity issues

  • Property mode set to 100644
File size: 681 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)
7SET(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
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
19#SET(PROTOBUF_LIBRARYDIR C:/src/protobuf-2.3.0/vsprojects/Release)
20#SET(PROTOBUF_BINARYDIR C:/src/protobuf-2.3.0/vsprojects/Release)
21
22
23SET(CRYPTOPP_DIR C:/src/lib-src/Crypto++5.6.0)
24
Note: See TracBrowser for help on using the repository browser.