mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-12 04:43:48 +00:00
8 lines
108 B
CMake
8 lines
108 B
CMake
add_clang_unittest(libclangTests
|
|
LibclangTest.cpp
|
|
)
|
|
|
|
target_link_libraries(libclangTests
|
|
libclang
|
|
)
|