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

0001 # SPDX-FileCopyrightText: 2021 Volker Krause <vkrause@kde.org>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 
0004 option(BUILD_TOOLS "Build development tools" ON)
0005 
0006 add_subdirectory(osm)
0007 if (TARGET Qt::Network AND NOT CMAKE_CROSSCOMPILING AND OSM_PLANET_DIR AND OsmTools_FOUND)
0008     add_subdirectory(knowledgedb-generator)
0009 endif()
0010 add_subdirectory(lib)
0011 add_subdirectory(cli)
0012 if (BUILD_TOOLS)
0013     add_subdirectory(tools)
0014 endif()