We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b791e29 commit c939d00Copy full SHA for c939d00
regression/libcprover-cpp/CMakeLists.txt
@@ -1,7 +1,5 @@
1
-file(GLOB_RECURSE api_sources "../src/libcprover-cpp/*.cpp" "../src/libcprover-cpp/*.h")
2
-
3
# This step builds a binary driving the API (to be used for testing)
4
-add_executable(api-binary-driver call_bmc.cpp ${api_sources})
+add_executable(api-binary-driver call_bmc.cpp)
5
cprover_default_properties(api-binary-driver)
6
target_include_directories(api-binary-driver
7
PUBLIC
regression/libcprover-cpp/Makefile
@@ -1,6 +1,6 @@
default: tests.log
-SRC = call_bmc.cpp $(wildcard ../../src/libcprover-cpp/*.cpp)
+SRC = call_bmc.cpp
OBJ += ../../src/libcprover-cpp/libcprover-cpp$(LIBEXT)
0 commit comments