Warning, /pim/kdepim-addons/korganizer/plugins/thisdayinhistory/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # SPDX-FileCopyrightText: none 0002 # SPDX-License-Identifier: BSD-3-Clause 0003 0004 ########### next target ############### 0005 0006 add_library(thisdayinhistory MODULE) 0007 target_sources(thisdayinhistory PRIVATE 0008 thisdayinhistory.cpp 0009 thisdayinhistory.h 0010 ) 0011 0012 target_link_libraries(thisdayinhistory 0013 KPim6::EventViews 0014 ) 0015 0016 install(TARGETS 0017 thisdayinhistory 0018 DESTINATION ${KDE_INSTALL_PLUGINDIR}/pim6/korganizer 0019 )