Warning, /pim/kmail-account-wizard/src/apps/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2021 Carl Schwan <carlschwan@kde.org>
0002 # SPDX-FileCopyrightText: 2023-2024 Laurent Montel <montel.org>
0003 # SPDX-License-Identifier: BSD-3-Clause
0004 
0005 add_executable(accountwizard
0006     main.cpp
0007     resources.qrc
0008 )
0009 
0010 if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
0011     set_target_properties(accountwizard PROPERTIES UNITY_BUILD ON)
0012 endif()
0013 
0014 target_link_libraries(accountwizard PRIVATE libaccountwizard)
0015 
0016 install(TARGETS accountwizard ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
0017 install(PROGRAMS org.kde.accountwizard.desktop DESTINATION ${KDE_INSTALL_APPDIR})