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
Graphics
Gwenview
Commits
85337f2a
Commit
85337f2a
authored
Jul 01, 2021
by
Ahmad Samir
Browse files
Add clang-format bits to CMakeLists.txt
parent
8dba6c3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
85337f2a
...
...
@@ -215,3 +215,13 @@ add_subdirectory(kconf_update)
ecm_qt_install_logging_categories
(
EXPORT GWENVIEW FILE gwenview.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
feature_summary
(
WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES
)
if
(
ECM_VERSION VERSION_GREATER_EQUAL 5.80.0
)
include
(
KDEClangFormat
)
# add clang-format target
file
(
GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h *.c
)
kde_clang_format
(
${
ALL_CLANG_FORMAT_SOURCE_FILES
}
)
include
(
KDEGitCommitHooks
)
kde_configure_git_pre_commit_hook
(
CHECKS CLANG_FORMAT
)
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