llvm-project/clang/unittests/CodeGen/CMakeLists.txt

17 lines
245 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
Core
Support
)
add_clang_unittest(ClangCodeGenTests
BufferSourceTest.cpp
IncrementalProcessingTest.cpp
)
target_link_libraries(ClangCodeGenTests
clangBasic
clangCodeGen
clangFrontend
clangParse
)