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 fc356a9 commit 9929e82Copy full SHA for 9929e82
src/cprover/CMakeLists.txt
@@ -3,7 +3,7 @@ file(GLOB_RECURSE sources "*.cpp" "*.h")
3
list(REMOVE_ITEM sources
4
${CMAKE_CURRENT_SOURCE_DIR}/cprover_main.cpp
5
)
6
-add_library(crover-lib ${sources})
+add_library(cprover-lib ${sources})
7
8
generic_includes(cprover-lib)
9
0 commit comments