File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -216,8 +216,8 @@ cprover_default_properties(
216
216
cbmc
217
217
cbmc-lib
218
218
cpp
219
- api_bin
220
- bmc_api
219
+ api-binary-driver
220
+ cprover-api
221
221
cprover
222
222
cprover-lib
223
223
crangler
Original file line number Diff line number Diff line change 1
1
# This step builds a binary driving the API (to be used for testing)
2
- add_executable (api_bin call_bmc.cpp api.cpp )
3
- target_link_libraries (api_bin goto-programs util langapi ansi-c )
2
+ add_executable (api-binary-driver call_bmc.cpp api.cpp )
3
+ target_link_libraries (api-binary-driver goto-programs util langapi ansi-c )
4
4
5
- # This step builds the API in the form of a statically linked library (libbmc_api .a)
6
- add_library (bmc_api api.cpp )
7
- target_link_libraries (bmc_api goto-programs util langapi ansi-c )
5
+ # This step builds the API in the form of a statically linked library (libcprover-api .a)
6
+ add_library (cprover-api api.cpp )
7
+ target_link_libraries (cprover-api goto-programs util langapi ansi-c )
8
8
9
- install (TARGETS bmc_api RUNTIME DESTINATION lib )
9
+ install (TARGETS cprover-api RUNTIME DESTINATION lib )
You can’t perform that action at this time.
0 commit comments