File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
22include_directories (${PROJECT_SOURCE_DIR} /3rdparty)
33
4- add_executable (bt3_log_cat bt_log_cat.cpp )
5- target_link_libraries (bt3_log_cat ${BTCPP_LIBRARY} )
6- install (TARGETS bt3_log_cat
4+ add_executable (bt4_log_cat bt_log_cat.cpp )
5+ target_link_libraries (bt4_log_cat ${BTCPP_LIBRARY} )
6+ install (TARGETS bt4_log_cat
77 DESTINATION ${BTCPP_BIN_DESTINATION} )
88
99if ( ZMQ_FOUND )
10- add_executable (bt3_recorder bt_recorder.cpp )
11- target_link_libraries (bt3_recorder ${BTCPP_LIBRARY} ${ZMQ_LIBRARIES} )
12- install (TARGETS bt3_recorder
10+ add_executable (bt4_recorder bt_recorder.cpp )
11+ target_link_libraries (bt4_recorder ${BTCPP_LIBRARY} ${ZMQ_LIBRARIES} )
12+ install (TARGETS bt4_recorder
1313 DESTINATION ${BTCPP_BIN_DESTINATION} )
1414endif ()
1515
16- add_executable (bt3_plugin_manifest bt_plugin_manifest.cpp )
17- target_link_libraries (bt3_plugin_manifest ${BTCPP_LIBRARY} )
18- install (TARGETS bt3_plugin_manifest
16+ add_executable (bt4_plugin_manifest bt_plugin_manifest.cpp )
17+ target_link_libraries (bt4_plugin_manifest ${BTCPP_LIBRARY} )
18+ install (TARGETS bt4_plugin_manifest
1919 DESTINATION ${BTCPP_BIN_DESTINATION} )
2020
2121
You can’t perform that action at this time.
0 commit comments