Skip to content

Commit

Permalink
[clang-repl] Fix ClangReplInterpreterTests unittest dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed May 13, 2021
1 parent 0326d46 commit 4624412
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clang/unittests/Interpreter/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
set(LLVM_LINK_COMPONENTS
Core
)

add_clang_unittest(ClangReplInterpreterTests
IncrementalProcessingTest.cpp
InterpreterTest.cpp
)
target_link_libraries(ClangReplInterpreterTests PUBLIC
clangAST
clangBasic
clangInterpreter
clangFrontend
)

0 comments on commit 4624412

Please sign in to comment.