Files
Android11/external/clang/unittests/Format/CMakeLists.txt
2023-10-13 14:01:41 +00:00

23 lines
361 B
CMake

set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(FormatTests
CleanupTest.cpp
FormatTest.cpp
FormatTestJava.cpp
FormatTestJS.cpp
FormatTestProto.cpp
FormatTestSelective.cpp
SortImportsTestJS.cpp
SortIncludesTest.cpp
)
target_link_libraries(FormatTests
clangBasic
clangFormat
clangFrontend
clangRewrite
clangToolingCore
)