hanchenye-llvm-project/clang/unittests/Format/CMakeLists.txt

14 lines
179 B
CMake

set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(FormatTests
FormatTest.cpp
FormatTestJS.cpp
)
target_link_libraries(FormatTests
clangFormat
clangTooling
)