Warning, /education/marble/src/plugins/render/earthquake/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 PROJECT( EarthquakePlugin )
0002
0003 INCLUDE_DIRECTORIES(
0004 ${CMAKE_CURRENT_SOURCE_DIR}
0005 ${CMAKE_CURRENT_BINARY_DIR}
0006 )
0007
0008 set( my_SRCS
0009 EarthquakePlugin.cpp
0010 EarthquakeModel.cpp
0011 EarthquakeItem.cpp
0012 )
0013 set( earthquake_UI EarthquakeConfigWidget.ui )
0014
0015 qt_wrap_ui(my_SRCS ${earthquake_UI})
0016 qt_add_resources(my_SRCS earthquake.qrc)
0017
0018 set(EarthquakePlugin_LIBS Qt5::Svg)
0019
0020 marble_add_plugin( EarthquakePlugin ${my_SRCS} )