We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48170e commit ae83e4eCopy full SHA for ae83e4e
src/goto-instrument/CMakeLists.txt
@@ -34,3 +34,5 @@ add_if_library(goto-instrument-lib glpk)
34
# Executable
35
add_executable(goto-instrument goto_instrument_main.cpp)
36
target_link_libraries(goto-instrument goto-instrument-lib)
37
+
38
+install(TARGETS goto-instrument DESTINATION bin)
src/symex/CMakeLists.txt
@@ -33,3 +33,5 @@ add_if_library(symex-lib php)
33
add_executable(symex symex_main.cpp)
target_link_libraries(symex symex-lib)
+install(TARGETS symex DESTINATION bin)
0 commit comments