bolt/deps/llvm-18.1.8/clang/tools/apinotes-test/CMakeLists.txt
2025-02-14 19:21:04 +01:00

7 lines
161 B
CMake

set(LLVM_LINK_COMPONENTS
Support)
add_clang_executable(apinotes-test
APINotesTest.cpp
)
clang_target_link_libraries(apinotes-test PRIVATE
clangAPINotes)