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 bc887c5 commit d512204Copy full SHA for d512204
src/cbmc/CMakeLists.txt
@@ -33,3 +33,5 @@ add_if_library(cbmc-lib jsil)
33
# Executable
34
add_executable(cbmc cbmc_main.cpp)
35
target_link_libraries(cbmc cbmc-lib)
36
+
37
+install(TARGETS cbmc DESTINATION bin)
src/jbmc/CMakeLists.txt
@@ -34,3 +34,5 @@ add_if_library(jbmc-lib jsil)
add_executable(jbmc jbmc_main.cpp)
target_link_libraries(jbmc jbmc-lib)
38
+install(TARGETS jbmc DESTINATION bin)
0 commit comments