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
PIM
PimCommon
Commits
f5dd396f
Commit
f5dd396f
authored
Sep 25, 2021
by
Laurent Montel
😁
Browse files
GIT_SILENT: autogenerate clang-format file
parent
c9284f77
Pipeline
#82633
canceled with stage
in 4 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f5dd396f
...
...
@@ -19,6 +19,10 @@ include(ECMGeneratePriFile)
include
(
FeatureSummary
)
include
(
KDEGitCommitHooks
)
include
(
KDEClangFormat
)
file
(
GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h *.c
)
kde_clang_format
(
${
ALL_CLANG_FORMAT_SOURCE_FILES
}
)
include
(
ECMQtDeclareLoggingCategory
)
include
(
ECMAddTests
)
include
(
ECMInstallIcons
)
...
...
Write
Preview
Markdown
is supported
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