Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucie Gerard
Clazy
Commits
5b8add82
Commit
5b8add82
authored
Oct 19, 2017
by
Richard Oehlinger
Committed by
Sergio Martins
Oct 19, 2017
Browse files
Fix make install.
parent
387b7d5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5b8add82
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment