Warning, /education/marble/examples/cpp/map-properties/CMakeLists.txt.external is written in an unsupported language. File is not indexed.
0001 cmake_minimum_required(VERSION 2.8.12) 0002 0003 project(map-properties) 0004 0005 find_package(Qt5Widgets REQUIRED) 0006 find_package(Marble REQUIRED) 0007 0008 add_executable(map-properties main.cpp) 0009 target_link_libraries(map-properties Marble Qt5::Widgets)