diff options
Diffstat (limited to 'tools/gen-random-bout')
-rw-r--r-- | tools/gen-random-bout/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 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) |