aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Oehlinger <r.oehlinger@avibit.com>2017-10-19 17:50:39 +0200
committerSergio Martins <iamsergio@gmail.com>2017-10-19 18:12:13 +0100
commit5b8add822491e9d8ec3ee2cf3e00335296dfee1a (patch)
tree25fbf0ffdee914abacb5ec7ed33a89bbbebe8129
parent387b7d5b96078179d751c6df7e560431dcc7da17 (diff)
Fix make install.upstream/1.2
-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()