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
Breeze Style for QQC2
Commits
2453dba3
Verified
Commit
2453dba3
authored
Mar 27, 2021
by
Alexander Lohnau
💬
Browse files
Add pre-commit hook for clang-format
parent
0e12b1ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2453dba3
...
@@ -33,6 +33,7 @@ include(KDEInstallDirs)
...
@@ -33,6 +33,7 @@ include(KDEInstallDirs)
include
(
KDECMakeSettings
)
include
(
KDECMakeSettings
)
include
(
KDEFrameworkCompilerSettings NO_POLICY_SCOPE
)
include
(
KDEFrameworkCompilerSettings NO_POLICY_SCOPE
)
include
(
KDEClangFormat
)
include
(
KDEClangFormat
)
include
(
KDEGitCommitHooks
)
#TODO: Clean up dependencies. I was experimenting.
#TODO: Clean up dependencies. I was experimenting.
find_package
(
Qt5
${
REQUIRED_QT_VERSION
}
REQUIRED NO_MODULE COMPONENTS Core Gui Qml Quick QuickControls2 QuickTemplates2 DBus
)
find_package
(
Qt5
${
REQUIRED_QT_VERSION
}
REQUIRED NO_MODULE COMPONENTS Core Gui Qml Quick QuickControls2 QuickTemplates2 DBus
)
...
@@ -167,3 +168,4 @@ feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAG
...
@@ -167,3 +168,4 @@ feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAG
# add clang-format target for all our real source files
# add clang-format target for all our real source files
file
(
GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h
)
file
(
GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h
)
kde_clang_format
(
${
ALL_CLANG_FORMAT_SOURCE_FILES
}
)
kde_clang_format
(
${
ALL_CLANG_FORMAT_SOURCE_FILES
}
)
kde_configure_git_pre_commit_hook
(
CHECKS CLANG_FORMAT
)
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