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