forked from OSchip/llvm-project
8 lines
108 B
CMake
8 lines
108 B
CMake
|
add_clang_unittest(libclangTests
|
||
|
LibclangTest.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(libclangTests
|
||
|
libclang
|
||
|
)
|