forked from OSchip/llvm-project
7 lines
118 B
CMake
7 lines
118 B
CMake
![]() |
add_clang_unittest(FrontendTests
|
||
|
FrontendActionTest.cpp
|
||
|
)
|
||
|
target_link_libraries(FrontendTests
|
||
|
clangFrontend
|
||
|
)
|