Skip to content

Commit

Permalink
Install additional tools
Browse files Browse the repository at this point in the history
  • Loading branch information
rosorio committed Nov 17, 2020
1 parent 4e69ece commit 919d309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ link_directories(${LIBIBUDDY_SOURCE_DIR}/src /usr/lib /usr/local/lib)
add_executable(ibuddy_test run_test.c)
target_link_libraries(ibuddy_test ibuddy)





install(TARGETS ibuddy_test DESTINATION bin)
5 changes: 1 addition & 4 deletions tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ add_definitions( -DLIBIBUDDY_VERSION_STRING=\"0.0.1\" )
add_executable(ibuddycmd ibuddycmd.c)
target_link_libraries(ibuddycmd ibuddy)





install(TARGETS ibuddycmd DESTINATION bin)

0 comments on commit 919d309

Please sign in to comment.