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
Konsole
Commits
d853baaf
Commit
d853baaf
authored
Jun 07, 2021
by
Martin Tobias Holmedahl Sandsmark
Browse files
enable ECM cmake stuff
parent
6723627d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d853baaf
...
@@ -38,6 +38,10 @@ include(FeatureSummary)
...
@@ -38,6 +38,10 @@ include(FeatureSummary)
include
(
ECMQtDeclareLoggingCategory
)
include
(
ECMQtDeclareLoggingCategory
)
include
(
KDEClangFormat
)
include
(
KDEClangFormat
)
# Allows passing e.g. -DECM_ENABLE_SANITIZERS='address;undefined' to cmake.
include
(
ECMEnableSanitizers
)
ecm_setup_version
(
${
RELEASE_SERVICE_VERSION
}
VARIABLE_PREFIX KONSOLEPRIVATE
ecm_setup_version
(
${
RELEASE_SERVICE_VERSION
}
VARIABLE_PREFIX KONSOLEPRIVATE
SOVERSION
${
RELEASE_SERVICE_VERSION_MAJOR
}
SOVERSION
${
RELEASE_SERVICE_VERSION_MAJOR
}
)
)
...
...
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