llvm-project/clang-tools-extra/CMakeLists.txt

9 lines
234 B
CMake

add_subdirectory(remove-cstr-calls)
add_subdirectory(tool-template)
add_subdirectory(loop-convert)
add_subdirectory(clang-format)
add_subdirectory(cpp11-migrate)
# Add the common testsuite after all the tools.
add_subdirectory(test)