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 1
1
2
2
include_directories (${PROJECT_SOURCE_DIR} /3rdparty )
3
3
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
7
7
DESTINATION ${BTCPP_BIN_DESTINATION} )
8
8
9
9
if ( 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
13
13
DESTINATION ${BTCPP_BIN_DESTINATION} )
14
14
endif ()
15
15
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
19
19
DESTINATION ${BTCPP_BIN_DESTINATION} )
20
20
21
21
You can’t perform that action at this time.
0 commit comments