Warning, /pim/eventviews/src/viewerapp/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # SPDX-License-Identifier: CC0-1.0 0002 # SPDX-FileCopyrightText: none 0003 set(viewerapp_SRCS 0004 main.cpp 0005 mainwindow.cpp 0006 ../calendarview_debug.cpp 0007 ) 0008 0009 kconfig_add_kcfg_files(viewerapp_SRCS settings.kcfgc) 0010 0011 ki18n_wrap_ui(viewerapp_SRCS 0012 mainwindow.ui 0013 ) 0014 0015 add_executable(viewerapp ${viewerapp_SRCS}) 0016 0017 target_link_libraries(viewerapp 0018 KPim6::CalendarSupport 0019 KPim6::EventViews 0020 KPim6::AkonadiWidgets 0021 KF6::CalendarCore 0022 KPim6::AkonadiCalendar 0023 KF6::Holidays 0024 ) 0025 0026 ########### install files ############### 0027 0028 #install(TARGETS viewerapp ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) 0029 #install(PROGRAMS viewerapp.desktop DESTINATION ${KDE_INSTALL_APPDIR})