Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Activity manager service
Commits
8bfa504b
Verified
Commit
8bfa504b
authored
Apr 11, 2021
by
Alexander Lohnau
💬
Browse files
Add pre-commit hook for clang-format
parent
3845e5af
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8bfa504b
...
...
@@ -40,6 +40,7 @@ include (ECMGenerateHeaders)
include
(
ECMQtDeclareLoggingCategory
)
include
(
ECMSetupQtPluginMacroNames
)
include
(
KDEClangFormat
)
include
(
KDEGitCommitHooks
)
# C++17
set
(
CMAKE_CXX_STANDARD 17
)
...
...
@@ -81,6 +82,7 @@ add_subdirectory (src)
# add clang-format target for all our real source files
file
(
GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h
)
kde_clang_format
(
${
ALL_CLANG_FORMAT_SOURCE_FILES
}
)
kde_configure_git_pre_commit_hook
(
CHECKS CLANG_FORMAT
)
ecm_qt_install_logging_categories
(
EXPORT KACTIVITYMANAGERD
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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