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
PIM GrantleeTheme
Commits
598306df
Commit
598306df
authored
Oct 01, 2021
by
Friedrich W. H. Kossebau
Browse files
List Grantlee as public dependency and in link interface
Public API extends and includes Grantlee API
parent
15e5d95d
Pipeline
#84171
passed with stage
in 5 minutes and 34 seconds
Changes
2
Pipelines
3
Show whitespace changes
Inline
Side-by-side
KF5GrantleeThemeConfig.cmake.in
View file @
598306df
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(Grantlee5 @GRANTLEE_VERSION@)
include("${CMAKE_CURRENT_LIST_DIR}/KF5GrantleeThemeTargets.cmake")
src/CMakeLists.txt
View file @
598306df
...
...
@@ -32,10 +32,11 @@ target_include_directories(KF5GrantleeTheme PUBLIC "$<BUILD_INTERFACE:${Grantlee
target_link_libraries
(
KF5GrantleeTheme
PUBLIC
Grantlee5::Templates
PRIVATE
KF5::NewStuff
KF5::I18n
Grantlee5::Templates
)
set_target_properties
(
KF5GrantleeTheme PROPERTIES
...
...
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