# This is the cmake config file for the Solar System Editor plugin
# Further: Use program version number
SET(SOLARSYSTEMEDITOR_VERSION "${VERSION}")

ADD_DEFINITIONS(-DSOLARSYSTEMEDITOR_PLUGIN_VERSION="${SOLARSYSTEMEDITOR_VERSION}")
ADD_DEFINITIONS(-DSOLARSYSTEMEDITOR_PLUGIN_LICENSE="GNU GPLv2 or later")

ADD_SUBDIRECTORY( src )


