diff options
Diffstat (limited to 'lib/Core')
-rw-r--r-- | lib/Core/CMakeLists.txt | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/lib/Core/CMakeLists.txt b/lib/Core/CMakeLists.txt index 79c529d0..86ce3cfc 100644 --- a/lib/Core/CMakeLists.txt +++ b/lib/Core/CMakeLists.txt @@ -7,25 +7,25 @@ # #===------------------------------------------------------------------------===# klee_add_component(kleeCore - AddressSpace.cpp - CallPathManager.cpp - Context.cpp - CoreStats.cpp - ExecutionState.cpp - Executor.cpp - ExecutorTimers.cpp - ExecutorUtil.cpp - ExternalDispatcher.cpp - ImpliedValue.cpp - Memory.cpp - MemoryManager.cpp - PTree.cpp - Searcher.cpp - SeedInfo.cpp - SpecialFunctionHandler.cpp - StatsTracker.cpp - TimingSolver.cpp - UserSearcher.cpp + AddressSpace.cpp + CallPathManager.cpp + Context.cpp + CoreStats.cpp + ExecutionState.cpp + Executor.cpp + ExecutorTimers.cpp + ExecutorUtil.cpp + ExternalDispatcher.cpp + ImpliedValue.cpp + Memory.cpp + MemoryManager.cpp + PTree.cpp + Searcher.cpp + SeedInfo.cpp + SpecialFunctionHandler.cpp + StatsTracker.cpp + TimingSolver.cpp + UserSearcher.cpp ) # TODO: Work out what the correct LLVM components are for |