aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cadf1b47..f7aa6e2c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -213,7 +213,7 @@ if (CLAZY_BUILD_UTILS_LIB)
src/AccessSpecifierManager.h
src/checkbase.h
src/checkmanager.h
- ${CMAKE_BINARY_DIR}/src/clazy_export.h
+ src/clazy_export.h
src/clazy_stl.h
src/ContextUtils.h
src/FixItUtils.h
@@ -227,6 +227,7 @@ if (CLAZY_BUILD_UTILS_LIB)
src/TemplateUtils.h
src/TypeUtils.h
src/Utils.h
+ src/ClazyContext.h
)
install(FILES ${CLAZY_LIB_INCLUDES} DESTINATION include/clazy)
endif()