Changeset 86632db in nscp for build.cmake
- Timestamp:
- 06/03/10 20:43:53 (3 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- acf0660
- Parents:
- d161020
- File:
-
- 1 edited
-
build.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
build.cmake
rb0e7ecf r86632db 5 5 set(Boost_USE_STATIC_LIBS ON) 6 6 set(BOOST_USE_MULTITHREADED ON) 7 8 SET(BOOST_INCLUDEDIR D:/source/include/)9 SET(BOOST_LIBRARYDIR D:/source/lib/x86)10 7 #SET(BOOST_LIB_SUFFIX vc80-mt) 11 8 #SET(Boost_VERSION 1.40) 12 9 13 14 SET(OPENSSL_INCLUDE_DIR D:/source/include/) 15 SET(CMAKE_LIBRARY_PATH D:/source/lib/x86/) 16 17 SET(PROTOBUF_INCLUDE_DIR D:/source/protobuf-2.3.0/src) 18 SET(PROTOBUF_LIBRARYDIR D:/source/protobuf-2.3.0/vsprojects/Debug) 19 SET(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) 10 SET(INC_BOOST_INCLUDEDIR C:/source/include) 11 SET(INC_BOOST_LIBRARYDIR C:/source/lib/x64) 23 12 24 13 25 SET(CRYPTOPP_DIR C:/src/lib-src/Crypto++5.6.0) 14 SET(INC_OPENSSL_INCLUDEDIR C:/source/include) 15 SET(INC_NSCP_LIBRARYDIR C:/source/lib/x64) 26 16 27 SET(CRYPTOPP_SOURCE d:/source/libs-c/crypto++-5.6.0) 17 SET(INC_PROTOBUF_DIR "c:/source/libraries/protobuf-2.3.0") 18 SET(INC_CRYPTOPP_DIR "c:/source/libraries/cryptopp-5.6.0") 28 19 29 20 ELSE(WIN32) 30 21 31 22 ENDIF(WIN32) 32 SET(CRYPTOPP_SOURCE d:/source/libs-c/crypto++-5.6.0) 23
Note: See TracChangeset
for help on using the changeset viewer.








