[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang-tools-extra / include-cleaner / CMakeLists.txt
blob0550b02f603b5e8c5c63ca42ae4f778c73d12792
1 add_subdirectory(lib)
2 if(CLANG_INCLUDE_TESTS)
3   add_subdirectory(test)
4   add_subdirectory(unittests)
5 endif()