Warning, /education/marble/src/lib/marble/osm/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set( osm_HDRS
0002     OsmPlacemarkData.h
0003     OsmObjectManager.h
0004     OsmTagEditorWidget.h
0005     OsmRelationEditorDialog.h
0006     OsmRelationManagerWidget.h
0007 )
0008 
0009 set( osm_SRCS
0010     osm/OsmPlacemarkData.cpp
0011     osm/OsmObjectManager.cpp
0012     osm/OsmTagEditorWidget.cpp
0013     osm/OsmTagEditorWidget_p.cpp
0014     osm/OsmRelationEditorDialog.cpp
0015     osm/OsmRelationManagerWidget.cpp
0016     osm/OsmRelationManagerWidget_p.cpp
0017 )
0018 
0019 set( osm_UIS
0020     osm/OsmTagEditorWidget.ui
0021     osm/OsmRelationManagerWidget.ui
0022 )