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
Network
KAccounts Integration
Commits
d64f6706
Commit
d64f6706
authored
Jan 16, 2021
by
Nicolas Fella
Browse files
Add clang-format commit hook
parent
030ee12b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d64f6706
...
...
@@ -47,6 +47,7 @@ include(ECMGenerateHeaders)
include
(
GenerateExportHeader
)
include
(
ECMPackageConfigHelpers
)
include
(
KDEClangFormat
)
include
(
KDEGitCommitHooks
)
include_directories
(
${
ACCOUNTSQT_INCLUDE_DIRS
}
${
SIGNONQT_INCLUDE_DIRS
}
)
...
...
@@ -55,4 +56,6 @@ add_subdirectory(src)
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
)
feature_summary
(
WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES
)
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