Changeset 86632db in nscp for build.cmake


Ignore:
Timestamp:
06/03/10 20:43:53 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
acf0660
Parents:
d161020
Message:

Refactored build scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build.cmake

    rb0e7ecf r86632db  
    55set(Boost_USE_STATIC_LIBS   ON) 
    66set(BOOST_USE_MULTITHREADED ON) 
    7  
    8 SET(BOOST_INCLUDEDIR D:/source/include/) 
    9 SET(BOOST_LIBRARYDIR D:/source/lib/x86) 
    107#SET(BOOST_LIB_SUFFIX vc80-mt) 
    118#SET(Boost_VERSION 1.40) 
    129 
    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) 
     10SET(INC_BOOST_INCLUDEDIR C:/source/include) 
     11SET(INC_BOOST_LIBRARYDIR C:/source/lib/x64) 
    2312 
    2413 
    25 SET(CRYPTOPP_DIR C:/src/lib-src/Crypto++5.6.0) 
     14SET(INC_OPENSSL_INCLUDEDIR C:/source/include) 
     15SET(INC_NSCP_LIBRARYDIR C:/source/lib/x64) 
    2616 
    27 SET(CRYPTOPP_SOURCE d:/source/libs-c/crypto++-5.6.0) 
     17SET(INC_PROTOBUF_DIR "c:/source/libraries/protobuf-2.3.0") 
     18SET(INC_CRYPTOPP_DIR "c:/source/libraries/cryptopp-5.6.0") 
    2819 
    2920ELSE(WIN32) 
    3021 
    3122ENDIF(WIN32) 
    32 SET(CRYPTOPP_SOURCE d:/source/libs-c/crypto++-5.6.0) 
     23 
Note: See TracChangeset for help on using the changeset viewer.