Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KDE PIM Add-ons
Commits
85a6da1b
Commit
85a6da1b
authored
May 31, 2021
by
Laurent Montel
Browse files
Use cmake target
parent
43cb8941
Pipeline
#63683
passed with stage
in 53 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
korganizer/plugins/thisdayinhistory/CMakeLists.txt
View file @
85a6da1b
########### next target ###############
########### next target ###############
set
(
korg_thisdayinhistory_PART_SRCS
add_library
(
korg_thisdayinhistory MODULE
)
target_sources
(
korg_thisdayinhistory PRIVATE
thisdayinhistory.cpp
thisdayinhistory.cpp
)
)
add_library
(
korg_thisdayinhistory MODULE
${
korg_thisdayinhistory_PART_SRCS
}
)
target_link_libraries
(
korg_thisdayinhistory
target_link_libraries
(
korg_thisdayinhistory
KF5::EventViews
KF5::EventViews
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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