Skip to content

Commit ae83e4e

Browse files
committed
Added install command for required projects.
1 parent c48170e commit ae83e4e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/goto-instrument/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ add_if_library(goto-instrument-lib glpk)
3434
# Executable
3535
add_executable(goto-instrument goto_instrument_main.cpp)
3636
target_link_libraries(goto-instrument goto-instrument-lib)
37+
38+
install(TARGETS goto-instrument DESTINATION bin)

src/symex/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ add_if_library(symex-lib php)
3333
add_executable(symex symex_main.cpp)
3434

3535
target_link_libraries(symex symex-lib)
36+
37+
install(TARGETS symex DESTINATION bin)

0 commit comments

Comments
 (0)