Skip to content

Commit 9929e82

Browse files
committed
fx cmake
1 parent fc356a9 commit 9929e82

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
@@ -3,7 +3,7 @@ file(GLOB_RECURSE sources "*.cpp" "*.h")
33
list(REMOVE_ITEM sources
44
${CMAKE_CURRENT_SOURCE_DIR}/cprover_main.cpp
55
)
6-
add_library(crover-lib ${sources})
6+
add_library(cprover-lib ${sources})
77

88
generic_includes(cprover-lib)
99

0 commit comments

Comments
 (0)