Changeset View
Changeset View
Standalone View
Standalone View
unittests/Frontend/CMakeLists.txt
add_subdirectory(PrintFunctionNamesTestPlugin) | |||||
set(LLVM_LINK_COMPONENTS | set(LLVM_LINK_COMPONENTS | ||||
Support | Support | ||||
) | ) | ||||
add_clang_unittest(FrontendTests | add_clang_unittest(FrontendTests | ||||
FrontendActionTest.cpp | FrontendActionTest.cpp | ||||
CodeGenActionTest.cpp | CodeGenActionTest.cpp | ||||
) | ) | ||||
target_link_libraries(FrontendTests | target_link_libraries(FrontendTests | ||||
clangAST | clangAST | ||||
clangBasic | clangBasic | ||||
clangFrontend | clangFrontend | ||||
clangLex | clangLex | ||||
clangSema | clangSema | ||||
clangCodeGen | clangCodeGen | ||||
) | ) | ||||
add_dependencies(FrontendTests PrintFunctionNamesTestPlugin) |