Changeset 1ecd26f in nscp for libs/protobuf/CMakeLists.txt


Ignore:
Timestamp:
01/03/11 08:21:00 (2 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
e6792f3
Parents:
f7663c9
Message:

syncronized streams between 0.4.x and 0.3.x as well as improed the CMAke build *alot*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libs/protobuf/CMakeLists.txt

    r60375ed r1ecd26f  
    11CMAKE_MINIMUM_REQUIRED(VERSION 2.6) 
    22 
    3 WRAP_PROTO(PB_PLUGIN plugin.proto) 
     3WRAP_PROTO(PROTO_PLUGIN_SRC plugin.proto) 
     4WRAP_PROTO(PROTO_LOG_SRC log.proto) 
    45 
    56SET(TARGET protobuf) 
     
    89 
    910SET(SRCS 
    10   ${PB_PLUGIN} 
     11  ${PROTO_PLUGIN_SRC} 
     12  ${PROTO_LOG_SRC} 
    1113) 
    1214 
    1315add_library(${TARGET} ${SRCS}) 
     16SET_TARGET_PROPERTIES(${TARGET} PROPERTIES FOLDER "libraries") 
    1417 
    1518target_link_libraries(${TARGET} 
Note: See TracChangeset for help on using the changeset viewer.