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
Utilities
KFloppy
Commits
b00a470d
Commit
b00a470d
authored
Mar 30, 2021
by
Laurent Montel
😁
Browse files
Add KDEGitCommitHooks
parent
0a222c17
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b00a470d
...
...
@@ -24,7 +24,7 @@ include(KDECMakeSettings)
include
(
FeatureSummary
)
include
(
ECMInstallIcons
)
include
(
ECMQtDeclareLoggingCategory
)
include
(
KDEGitCommitHooks
)
find_package
(
Qt5
${
REQUIRED_QT_VERSION
}
CONFIG REQUIRED Core DBus Widgets
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS I18n CoreAddons Completion DocTools XmlGui
)
...
...
@@ -77,3 +77,4 @@ ki18n_install(po)
kdoctools_install
(
po
)
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
kde_configure_git_pre_commit_hook
(
CHECKS CLANG_FORMAT
)
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