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
KScreenLocker
Commits
aef2a2eb
Verified
Commit
aef2a2eb
authored
Apr 11, 2021
by
Alexander Lohnau
💬
Browse files
Add pre-commit hook for clang-format
parent
5ab9273c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
aef2a2eb
...
...
@@ -25,6 +25,7 @@ include(CMakePackageConfigHelpers)
include
(
FeatureSummary
)
include
(
GenerateExportHeader
)
include
(
KDEClangFormat
)
include
(
KDEGitCommitHooks
)
include
(
CheckIncludeFile
)
include
(
CheckSymbolExists
)
...
...
@@ -225,6 +226,7 @@ add_library(PW::KScreenLocker ALIAS KScreenLocker)
# add clang-format target for all our real source files
file
(
GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h *.c
)
kde_clang_format
(
${
ALL_CLANG_FORMAT_SOURCE_FILES
}
)
kde_configure_git_pre_commit_hook
(
CHECKS CLANG_FORMAT
)
generate_export_header
(
KScreenLocker
BASE_NAME KScreenLocker
...
...
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