Warning, /pim/incidenceeditor/src/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: none
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 set(testincidenceeditor_SRCS main.cpp)
0004 
0005 add_executable(kincidenceeditor main.cpp)
0006 
0007 target_link_libraries(kincidenceeditor
0008     KPim6::AkonadiCalendar
0009     KPim6::AkonadiCore
0010     KF6::CalendarCore
0011     KPim6::CalendarUtils
0012     KPim6::IncidenceEditor
0013     KPim6::CalendarSupport
0014     )
0015 
0016 #install(TARGETS kincidenceeditor ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})