Changeset 3080680 in nscp for build.cmake


Ignore:
Timestamp:
01/31/10 22:54:36 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
c0d7e82
Parents:
dad34ea
Message:

Updated all (currently ported) modules to build and use protocol buffers also fixed issues with the settings subsystem (now sets defaults and comments correctly on sections and such)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build.cmake

    r2018659 r3080680  
    1313SET(CMAKE_LIBRARY_PATH c:/src/lib/x86/) 
    1414 
    15 SET(PROTOBUF_INCLUDE_DIR d:/source/protobuf-2.3.0/src) 
    16 SET(PROTOBUF_LIBRARYDIR d:/source/protobuf-2.3.0/vsprojects/Debug) 
    17 SET(PROTOBUF_BINARYDIR d:/source/protobuf-2.3.0/vsprojects/Debug) 
     15SET(PROTOBUF_INCLUDE_DIR C:/src/protobuf-2.3.0/src) 
     16SET(PROTOBUF_LIBRARYDIR C:/src/protobuf-2.3.0/vsprojects/Debug) 
     17SET(PROTOBUF_BINARYDIR C:/src/protobuf-2.3.0/vsprojects/Debug) 
    1818 
Note: See TracChangeset for help on using the changeset viewer.