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 9929e82 commit 3ab3c2cCopy full SHA for 3ab3c2c
src/cprover/CMakeLists.txt
@@ -1,5 +1,5 @@
1
# Library
2
-file(GLOB_RECURSE sources "*.cpp" "*.h")
+file(GLOB_RECURSE sources "*.c" "*.cpp" "*.h")
3
list(REMOVE_ITEM sources
4
${CMAKE_CURRENT_SOURCE_DIR}/cprover_main.cpp
5
)
0 commit comments