Warning, /education/marble/tools/osm-sisyphus/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 SET (TARGET osm-sisyphus)
0002 PROJECT (${TARGET})
0003
0004 include_directories(
0005 ${CMAKE_CURRENT_SOURCE_DIR}
0006 ${CMAKE_CURRENT_BINARY_DIR}
0007 )
0008
0009 set( ${TARGET}_SRC
0010 jobparameters.cpp
0011 jobmanager.cpp
0012 jobqueue.cpp
0013 logger.cpp
0014 job.cpp
0015 upload.cpp
0016 region.cpp
0017 main.cpp
0018 )
0019 add_executable( ${TARGET} ${${TARGET}_SRC} )
0020
0021 target_link_libraries(${TARGET} marblewidget Qt5::Sql)