Changeset 2018659 in nscp for build.cmake


Ignore:
Timestamp:
01/31/10 11:45:02 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
920626f
Parents:
c4d4219
Message:

Added protocol buffers for internal channels (only command as of now) this means this builds lacks "performance data" (as it has yet to be re-added) as well as requires changes to plugins as the API is NEW!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build.cmake

    r79e734f r2018659  
    1212SET(OPENSSL_INCLUDE_DIR c:/src/include/) 
    1313SET(CMAKE_LIBRARY_PATH c:/src/lib/x86/) 
     14 
     15SET(PROTOBUF_INCLUDE_DIR d:/source/protobuf-2.3.0/src) 
     16SET(PROTOBUF_LIBRARYDIR d:/source/protobuf-2.3.0/vsprojects/Debug) 
     17SET(PROTOBUF_BINARYDIR d:/source/protobuf-2.3.0/vsprojects/Debug) 
     18 
Note: See TracChangeset for help on using the changeset viewer.