diff options
Diffstat (limited to 'clang-tools-extra/cpp11-migrate/Core/CMakeLists.txt')
-rw-r--r-- | clang-tools-extra/cpp11-migrate/Core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang-tools-extra/cpp11-migrate/Core/CMakeLists.txt b/clang-tools-extra/cpp11-migrate/Core/CMakeLists.txt index d89d86cc545..0ac52230e6a 100644 --- a/clang-tools-extra/cpp11-migrate/Core/CMakeLists.txt +++ b/clang-tools-extra/cpp11-migrate/Core/CMakeLists.txt @@ -8,6 +8,7 @@ add_clang_library(migrateCore IncludeExcludeInfo.cpp PerfSupport.cpp Reformatting.cpp + IncludeDirectives.cpp ) target_link_libraries(migrateCore clangFormat |