Warning, /games/arkade/src/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: (C) 2020 Carl Schwan <carl@carlschwan.eu>
0002 #
0003 # SPDX-License-Identifier: BSD-2-Clause
0004 
0005 add_subdirectory(packagestructure)
0006 
0007 add_executable(arkade main.cpp gamesmodel.cpp gamesmodel.h arkade.cpp arkade.h resources.qrc)
0008 target_link_libraries(arkade Qt::Widgets Qt::Core Qt::Gui Qt::Qml Qt::Quick Qt::QuickControls2 Qt::Svg KF${KF_MAJOR_VERSION}::I18n KF${KF_MAJOR_VERSION}::Package)
0009 install(TARGETS arkade ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})