Changeset 60375ed in nscp for build.cmake
- Timestamp:
- 02/14/10 11:11:13 (3 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- cad08fb
- Parents:
- 47bcf6f
- File:
-
- 1 edited
-
build.cmake (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
build.cmake
r47bcf6f r60375ed 1 1 SET(Boost_DEBUG 1) 2 2 3 set(Boost_USE_STATIC_LIBS ON)3 #set(Boost_USE_STATIC_LIBS ON) 4 4 set(BOOST_USE_MULTITHREADED ON) 5 5 … … 13 13 SET(CMAKE_LIBRARY_PATH c:/src/lib/x86/) 14 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)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 18 19 19 #SET(PROTOBUF_LIBRARYDIR C:/src/protobuf-2.3.0/vsprojects/Release)
Note: See TracChangeset
for help on using the changeset viewer.








