- Timestamp:
- 01/31/10 14:18:08 (3 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- dad34ea
- Parents:
- 2018659
- Location:
- service
- Files:
-
- 2 edited
-
CMakeLists.txt (modified) (2 diffs)
-
NSClient++.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
service/CMakeLists.txt
r2018659 r920626f 7 7 8 8 ADD_DEFINITIONS(${NSCP_GLOBAL_DEFINES}) 9 10 # Workaround for bug 0003353 in cmake (aparently not fixed) 11 #WRAP_PROTO(PB_PLUGIN ${PB_PATH}/plugin.pb) 12 #SET_SOURCE_FILES_PROPERTIES(${PB_PLUGIN} PROPERTIES GENERATED TRUE) 9 13 10 14 SET(service_SRCS … … 73 77 target_link_libraries(nsclient++ 74 78 ${Boost_FILESYSTEM_LIBRARY} 75 ${ PROTOBUF_LIBRARY}79 ${NSCP_DEF_PLUGIN_LIB} 76 80 ) 77 81 -
service/NSClient++.cpp
r2018659 r920626f 40 40 #include "service_manager.hpp" 41 41 42 #include "../proto/plugin.p b.h"42 #include "../proto/plugin.proto.h" 43 43 44 44 NSClient mainClient(SZSERVICENAME); // Global core instance.
Note: See TracChangeset
for help on using the changeset viewer.








