diff options
Diffstat (limited to 'lib/Basic/CMakeLists.txt')
-rw-r--r-- | lib/Basic/CMakeLists.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/Basic/CMakeLists.txt b/lib/Basic/CMakeLists.txt index 78890ea6..d156116f 100644 --- a/lib/Basic/CMakeLists.txt +++ b/lib/Basic/CMakeLists.txt @@ -7,7 +7,6 @@ # #===------------------------------------------------------------------------===# klee_add_component(kleeBasic - ConstructSolverChain.cpp KTest.cpp Statistics.cpp ) @@ -17,12 +16,3 @@ set(LLVM_COMPONENTS klee_get_llvm_libs(LLVM_LIBS ${LLVM_COMPONENTS}) target_link_libraries(kleeBasic PUBLIC ${LLVM_LIBS}) - -target_link_libraries(kleeBasic PRIVATE - # FIXME: THIS IS STUPID. - # `ConstructSolverChain.cpp` should be in - # `kleaverSolver` not in in `kleeBasic`. - # We are creating a circular dependency because - # of this because `kleaverSolver` depends on `kleeBasic`. - kleaverSolver -) |