diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gen-random-bout/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tools/kleaver/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tools/klee/CMakeLists.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/gen-random-bout/CMakeLists.txt b/tools/gen-random-bout/CMakeLists.txt index d1fa6b09..c4596bc9 100644 --- a/tools/gen-random-bout/CMakeLists.txt +++ b/tools/gen-random-bout/CMakeLists.txt @@ -7,7 +7,7 @@ # #===------------------------------------------------------------------------===# add_executable(gen-random-bout - gen-random-bout.cpp + gen-random-bout.cpp ) set(KLEE_LIBS kleeBasic) diff --git a/tools/kleaver/CMakeLists.txt b/tools/kleaver/CMakeLists.txt index 54452fff..c079c2a4 100644 --- a/tools/kleaver/CMakeLists.txt +++ b/tools/kleaver/CMakeLists.txt @@ -7,7 +7,7 @@ # #===------------------------------------------------------------------------===# add_executable(kleaver - main.cpp + main.cpp ) set(KLEE_LIBS diff --git a/tools/klee/CMakeLists.txt b/tools/klee/CMakeLists.txt index 9c8c2192..8b05c357 100644 --- a/tools/klee/CMakeLists.txt +++ b/tools/klee/CMakeLists.txt @@ -7,7 +7,7 @@ # #===------------------------------------------------------------------------===# add_executable(klee - main.cpp + main.cpp ) set(KLEE_LIBS |