11 lines
148 B
CMake
11 lines
148 B
CMake
|
add_clang_unittest(libclangTests
|
||
|
LibclangTest.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(libclangTests
|
||
|
PRIVATE
|
||
|
libclang
|
||
|
)
|
||
|
|
||
|
add_subdirectory(CrashTests)
|