Skip to content

Commit 3ab3c2c

Browse files
committed
fx cmake
1 parent 9929e82 commit 3ab3c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cprover/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Library
2-
file(GLOB_RECURSE sources "*.cpp" "*.h")
2+
file(GLOB_RECURSE sources "*.c" "*.cpp" "*.h")
33
list(REMOVE_ITEM sources
44
${CMAKE_CURRENT_SOURCE_DIR}/cprover_main.cpp
55
)

0 commit comments

Comments
 (0)