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

0001 # SPDX-FileCopyrightText: 2020 Volker Krause <vkrause@kde.org>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 
0004 add_executable(osm-opening-hours-validate osm-opening-hours-validate.cpp)
0005 target_link_libraries(osm-opening-hours-validate KOpeningHours)
0006 
0007 if (NOT VALIDATOR_ONLY)
0008     add_executable(osm-opening-hours-evaluate osm-opening-hours-evaluate.cpp)
0009     target_link_libraries(osm-opening-hours-evaluate KOpeningHours)
0010 endif()