Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bdd41b2

Browse files
committed
1 parent 6abfebe commit bdd41b2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tools/CMakeLists.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11

22
include_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

99
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
1313
DESTINATION ${BTCPP_BIN_DESTINATION} )
1414
endif()
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

0 commit comments

Comments
 (0)