source: nscp/build.cmake @ cad08fb

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

Major update with a new plugin glue that works better with *nix.
Everything should be the same but look tidier

  • Property mode set to 100644
File size: 725 bytes
Line 
1IF(WIN32)
2
3SET(Boost_DEBUG 1)
4
5set(Boost_USE_STATIC_LIBS   ON)
6set(BOOST_USE_MULTITHREADED ON)
7
8SET(BOOST_INCLUDEDIR D:/source/include/)
9SET(BOOST_LIBRARYDIR D:/source/lib/x86)
10#SET(BOOST_LIB_SUFFIX vc80-mt)
11#SET(Boost_VERSION 1.40)
12
13
14SET(OPENSSL_INCLUDE_DIR D:/source/include/)
15SET(CMAKE_LIBRARY_PATH D:/source/lib/x86/)
16
17SET(PROTOBUF_INCLUDE_DIR D:/source/protobuf-2.3.0/src)
18SET(PROTOBUF_LIBRARYDIR D:/source/protobuf-2.3.0/vsprojects/Debug)
19SET(PROTOBUF_BINARYDIR D:/source/protobuf-2.3.0/vsprojects/Debug)
20
21#SET(PROTOBUF_LIBRARYDIR C:/src/protobuf-2.3.0/vsprojects/Release)
22#SET(PROTOBUF_BINARYDIR C:/src/protobuf-2.3.0/vsprojects/Release)
23
24SET(CRYPTOPP_SOURCE d:/source/libs-c/crypto++-5.6.0)
25
26ELSE(WIN32)
27
28ENDIF(WIN32)
Note: See TracBrowser for help on using the repository browser.