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

0001 # SPDX-FileCopyrightText: 2018 Volker Krause <vkrause@kde.org>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 
0004 add_definitions(-DTRANSLATION_DOMAIN=\"kosmindoormap\")
0005 
0006 add_subdirectory(osm)
0007 add_subdirectory(map)
0008 if (TARGET Qt::Quick)
0009     add_subdirectory(editor)
0010     add_subdirectory(map-quick)
0011     add_subdirectory(map-publictransport-integration)
0012 endif()
0013 if ((NOT ANDROID AND TARGET Qt::Widgets) OR BUILD_STANDALONE_APP)
0014     add_subdirectory(app)
0015 endif()
0016 if (NOT CROSS_COMPILING)
0017     add_subdirectory(tools)
0018 endif()
0019 
0020 ecm_qt_install_logging_categories(
0021     EXPORT KOSMINDOORMAP
0022     FILE org_kde_kosmindoormap.categories
0023     DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}
0024 )