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 a88feea commit 1822a88Copy full SHA for 1822a88
CMakeLists.txt
@@ -216,6 +216,7 @@ cprover_default_properties(
216
cbmc
217
cbmc-lib
218
cpp
219
+ api_bin
220
bmc_api
221
cprover
222
cprover-lib
cpp_api/CMakeLists.txt
@@ -1,5 +1,8 @@
1
2
3
-add_executable(bmc_api call_bmc.cpp api.cpp)
+add_executable(api_bin call_bmc.cpp api.cpp)
4
+
5
+add_library(bmc_api api.cpp)
6
7
target_link_libraries(bmc_api goto-programs util langapi ansi-c)
8
+target_link_libraries(api_bin goto-programs util langapi ansi-c)
0 commit comments