mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-09 06:48:35 -05:00
* Backwards incompatible change to the astrocasting protocol * Send password in the clear [never thought i write something like this] * Update to new Protocol version, remove built-in ParallelServer * Remove Wormhole server in favor of Typescript version
491 lines
27 KiB
CMake
491 lines
27 KiB
CMake
##########################################################################################
|
|
# #
|
|
# OpenSpace #
|
|
# #
|
|
# Copyright (c) 2014-2022 #
|
|
# #
|
|
# Permission is hereby granted, free of charge, to any person obtaining a copy of this #
|
|
# software and associated documentation files (the "Software"), to deal in the Software #
|
|
# without restriction, including without limitation the rights to use, copy, modify, #
|
|
# merge, publish, distribute, sublicense, and/or sell copies of the Software, and to #
|
|
# permit persons to whom the Software is furnished to do so, subject to the following #
|
|
# conditions: #
|
|
# #
|
|
# The above copyright notice and this permission notice shall be included in all copies #
|
|
# or substantial portions of the Software. #
|
|
# #
|
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, #
|
|
# INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A #
|
|
# PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #
|
|
# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF #
|
|
# CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE #
|
|
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #
|
|
##########################################################################################
|
|
|
|
include(${OPENSPACE_CMAKE_EXT_DIR}/set_openspace_compile_settings.cmake)
|
|
|
|
set(OPENSPACE_SOURCE
|
|
${OPENSPACE_BASE_DIR}/src/openspace.cpp
|
|
${OPENSPACE_BASE_DIR}/src/camera/camera.cpp
|
|
${OPENSPACE_BASE_DIR}/src/documentation/core_registration.cpp
|
|
${OPENSPACE_BASE_DIR}/src/documentation/documentation.cpp
|
|
${OPENSPACE_BASE_DIR}/src/documentation/documentationengine.cpp
|
|
${OPENSPACE_BASE_DIR}/src/documentation/documentationgenerator.cpp
|
|
${OPENSPACE_BASE_DIR}/src/documentation/verifier.cpp
|
|
${OPENSPACE_BASE_DIR}/src/engine/configuration.cpp
|
|
${OPENSPACE_BASE_DIR}/src/engine/downloadmanager.cpp
|
|
${OPENSPACE_BASE_DIR}/src/engine/globals.cpp
|
|
${OPENSPACE_BASE_DIR}/src/engine/globalscallbacks.cpp
|
|
${OPENSPACE_BASE_DIR}/src/engine/logfactory.cpp
|
|
${OPENSPACE_BASE_DIR}/src/engine/moduleengine.cpp
|
|
${OPENSPACE_BASE_DIR}/src/engine/moduleengine_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/engine/openspaceengine.cpp
|
|
${OPENSPACE_BASE_DIR}/src/engine/openspaceengine_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/engine/syncengine.cpp
|
|
${OPENSPACE_BASE_DIR}/src/events/event.cpp
|
|
${OPENSPACE_BASE_DIR}/src/events/eventengine.cpp
|
|
${OPENSPACE_BASE_DIR}/src/events/eventengine_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/interaction/actionmanager.cpp
|
|
${OPENSPACE_BASE_DIR}/src/interaction/actionmanager_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/interaction/camerainteractionstates.cpp
|
|
${OPENSPACE_BASE_DIR}/src/interaction/interactionmonitor.cpp
|
|
${OPENSPACE_BASE_DIR}/src/interaction/mouseinputstate.cpp
|
|
${OPENSPACE_BASE_DIR}/src/interaction/joystickinputstate.cpp
|
|
${OPENSPACE_BASE_DIR}/src/interaction/joystickcamerastates.cpp
|
|
${OPENSPACE_BASE_DIR}/src/interaction/keybindingmanager.cpp
|
|
${OPENSPACE_BASE_DIR}/src/interaction/keybindingmanager_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/interaction/keyboardinputstate.cpp
|
|
${OPENSPACE_BASE_DIR}/src/interaction/mousecamerastates.cpp
|
|
${OPENSPACE_BASE_DIR}/src/interaction/scriptcamerastates.cpp
|
|
${OPENSPACE_BASE_DIR}/src/interaction/sessionrecording.cpp
|
|
${OPENSPACE_BASE_DIR}/src/interaction/sessionrecording_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/interaction/websocketinputstate.cpp
|
|
${OPENSPACE_BASE_DIR}/src/interaction/websocketcamerastates.cpp
|
|
${OPENSPACE_BASE_DIR}/src/interaction/tasks/convertrecfileversiontask.cpp
|
|
${OPENSPACE_BASE_DIR}/src/interaction/tasks/convertrecformattask.cpp
|
|
${OPENSPACE_BASE_DIR}/src/mission/mission.cpp
|
|
${OPENSPACE_BASE_DIR}/src/mission/missionmanager.cpp
|
|
${OPENSPACE_BASE_DIR}/src/mission/missionmanager_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/navigation/pathcurves/avoidcollisioncurve.cpp
|
|
${OPENSPACE_BASE_DIR}/src/navigation/pathcurves/zoomoutoverviewcurve.cpp
|
|
${OPENSPACE_BASE_DIR}/src/navigation/keyframenavigator.cpp
|
|
${OPENSPACE_BASE_DIR}/src/navigation/navigationhandler.cpp
|
|
${OPENSPACE_BASE_DIR}/src/navigation/navigationhandler_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/navigation/navigationstate.cpp
|
|
${OPENSPACE_BASE_DIR}/src/navigation/orbitalnavigator.cpp
|
|
${OPENSPACE_BASE_DIR}/src/navigation/path.cpp
|
|
${OPENSPACE_BASE_DIR}/src/navigation/pathcurve.cpp
|
|
${OPENSPACE_BASE_DIR}/src/navigation/pathnavigator.cpp
|
|
${OPENSPACE_BASE_DIR}/src/navigation/pathnavigator_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/navigation/waypoint.cpp
|
|
${OPENSPACE_BASE_DIR}/src/network/messagestructureshelper.cpp
|
|
${OPENSPACE_BASE_DIR}/src/network/parallelconnection.cpp
|
|
${OPENSPACE_BASE_DIR}/src/network/parallelpeer.cpp
|
|
${OPENSPACE_BASE_DIR}/src/network/parallelpeer_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/properties/optionproperty.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/property.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/propertyowner.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/selectionproperty.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/stringproperty.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/triggerproperty.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/list/doublelistproperty.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/list/intlistproperty.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/list/stringlistproperty.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/matrix/dmat2property.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/matrix/dmat3property.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/matrix/dmat4property.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/matrix/mat2property.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/matrix/mat3property.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/matrix/mat4property.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/scalar/boolproperty.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/scalar/doubleproperty.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/scalar/floatproperty.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/scalar/intproperty.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/scalar/longproperty.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/scalar/shortproperty.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/scalar/uintproperty.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/scalar/ulongproperty.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/scalar/ushortproperty.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/vector/dvec2property.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/vector/dvec3property.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/vector/dvec4property.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/vector/ivec2property.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/vector/ivec3property.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/vector/ivec4property.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/vector/uvec2property.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/vector/uvec3property.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/vector/uvec4property.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/vector/vec2property.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/vector/vec3property.cpp
|
|
${OPENSPACE_BASE_DIR}/src/properties/vector/vec4property.cpp
|
|
${OPENSPACE_BASE_DIR}/src/query/query.cpp
|
|
${OPENSPACE_BASE_DIR}/src/rendering/dashboard.cpp
|
|
${OPENSPACE_BASE_DIR}/src/rendering/dashboard_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/rendering/dashboarditem.cpp
|
|
${OPENSPACE_BASE_DIR}/src/rendering/dashboardtextitem.cpp
|
|
${OPENSPACE_BASE_DIR}/src/rendering/framebufferrenderer.cpp
|
|
${OPENSPACE_BASE_DIR}/src/rendering/deferredcastermanager.cpp
|
|
${OPENSPACE_BASE_DIR}/src/rendering/helper.cpp
|
|
${OPENSPACE_BASE_DIR}/src/rendering/loadingscreen.cpp
|
|
${OPENSPACE_BASE_DIR}/src/rendering/luaconsole.cpp
|
|
${OPENSPACE_BASE_DIR}/src/rendering/raycastermanager.cpp
|
|
${OPENSPACE_BASE_DIR}/src/rendering/renderable.cpp
|
|
${OPENSPACE_BASE_DIR}/src/rendering/renderengine.cpp
|
|
${OPENSPACE_BASE_DIR}/src/rendering/renderengine_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/rendering/screenspacerenderable.cpp
|
|
${OPENSPACE_BASE_DIR}/src/rendering/texturecomponent.cpp
|
|
${OPENSPACE_BASE_DIR}/src/rendering/transferfunction.cpp
|
|
${OPENSPACE_BASE_DIR}/src/rendering/volumeraycaster.cpp
|
|
${OPENSPACE_BASE_DIR}/src/scene/asset.cpp
|
|
${OPENSPACE_BASE_DIR}/src/scene/assetmanager.cpp
|
|
${OPENSPACE_BASE_DIR}/src/scene/assetmanager_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/scene/lightsource.cpp
|
|
${OPENSPACE_BASE_DIR}/src/scene/profile.cpp
|
|
${OPENSPACE_BASE_DIR}/src/scene/profile_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/scene/rotation.cpp
|
|
${OPENSPACE_BASE_DIR}/src/scene/scale.cpp
|
|
${OPENSPACE_BASE_DIR}/src/scene/scene.cpp
|
|
${OPENSPACE_BASE_DIR}/src/scene/scene_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/scene/sceneinitializer.cpp
|
|
${OPENSPACE_BASE_DIR}/src/scene/scenelicensewriter.cpp
|
|
${OPENSPACE_BASE_DIR}/src/scene/scenegraphnode.cpp
|
|
${OPENSPACE_BASE_DIR}/src/scene/timeframe.cpp
|
|
${OPENSPACE_BASE_DIR}/src/scene/translation.cpp
|
|
${OPENSPACE_BASE_DIR}/src/scripting/lualibrary.cpp
|
|
${OPENSPACE_BASE_DIR}/src/scripting/scriptengine.cpp
|
|
${OPENSPACE_BASE_DIR}/src/scripting/scriptengine_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/scripting/scriptscheduler.cpp
|
|
${OPENSPACE_BASE_DIR}/src/scripting/scriptscheduler_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/scripting/systemcapabilitiesbinding.cpp
|
|
${OPENSPACE_BASE_DIR}/src/scripting/systemcapabilitiesbinding_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/util/blockplaneintersectiongeometry.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/boxgeometry.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/collisionhelper.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/coordinateconversion.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/distanceconversion.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/factorymanager.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/httprequest.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/json_helper.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/keys.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/openspacemodule.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/planegeometry.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/progressbar.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/resourcesynchronization.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/screenlog.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/sphere.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/spicemanager.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/spicemanager_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/util/syncbuffer.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/tstring.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/histogram.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/task.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/taskloader.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/threadpool.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/time.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/timeconversion.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/timeline.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/timemanager.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/time_lua.inl
|
|
${OPENSPACE_BASE_DIR}/src/util/timerange.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/touch.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/transformationmanager.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/universalhelpers.cpp
|
|
${OPENSPACE_BASE_DIR}/src/util/versionchecker.cpp
|
|
)
|
|
|
|
if (APPLE)
|
|
set(OPENSPACE_SOURCE
|
|
${OPENSPACE_SOURCE}
|
|
${OPENSPACE_BASE_DIR}/src/interaction/touchbar.mm
|
|
)
|
|
set_source_files_properties(
|
|
${OPENSPACE_BASE_DIR}/src/interaction/touchbar.mm
|
|
PROPERTIES SKIP_PRECOMPILE_HEADERS ON
|
|
)
|
|
endif ()
|
|
set(OPENSPACE_HEADER
|
|
${OPENSPACE_BASE_DIR}/include/openspace/json.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/camera/camera.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/camera/camerapose.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/documentation/core_registration.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/documentation/documentation.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/documentation/documentationengine.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/documentation/documentationgenerator.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/documentation/verifier.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/documentation/verifier.inl
|
|
${OPENSPACE_BASE_DIR}/include/openspace/engine/configuration.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/engine/downloadmanager.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/engine/globals.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/engine/globalscallbacks.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/engine/logfactory.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/engine/moduleengine.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/engine/moduleengine.inl
|
|
${OPENSPACE_BASE_DIR}/include/openspace/engine/openspaceengine.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/engine/syncengine.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/engine/windowdelegate.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/events/event.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/events/eventengine.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/events/eventengine.inl
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/action.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/actionmanager.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/delayedvariable.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/delayedvariable.inl
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/camerainteractionstates.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/mouseinputstate.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/interactionmonitor.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/interpolator.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/interpolator.inl
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/joystickinputstate.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/joystickcamerastates.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/keybindingmanager.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/keyboardinputstate.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/mousecamerastates.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/scriptcamerastates.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/sessionrecording.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/sessionrecording.inl
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/websocketinputstate.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/websocketcamerastates.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/tasks/convertrecfileversiontask.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/tasks/convertrecformattask.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/mission/mission.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/mission/missionmanager.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/navigation/pathcurves/avoidcollisioncurve.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/navigation/pathcurves/zoomoutoverviewcurve.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/navigation/keyframenavigator.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/navigation/navigationhandler.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/navigation/navigationstate.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/navigation/orbitalnavigator.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/navigation/path.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/navigation/pathcurve.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/navigation/pathnavigator.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/navigation/waypoint.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/network/parallelconnection.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/network/parallelpeer.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/network/messagestructures.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/network/messagestructureshelper.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/listproperty.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/listproperty.inl
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/numericalproperty.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/numericalproperty.inl
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/optionproperty.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/property.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/propertyowner.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/selectionproperty.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/stringproperty.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/templateproperty.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/templateproperty.inl
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/triggerproperty.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/list/doublelistproperty.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/list/intlistproperty.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/list/stringlistproperty.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/matrix/dmat2property.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/matrix/dmat3property.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/matrix/dmat4property.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/matrix/mat2property.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/matrix/mat3property.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/matrix/mat4property.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/scalar/boolproperty.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/scalar/doubleproperty.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/scalar/floatproperty.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/scalar/intproperty.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/scalar/longproperty.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/scalar/shortproperty.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/scalar/uintproperty.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/scalar/ulongproperty.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/scalar/ushortproperty.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/vector/dvec2property.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/vector/dvec3property.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/vector/dvec4property.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/vector/ivec2property.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/vector/ivec3property.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/vector/ivec4property.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/vector/uvec2property.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/vector/uvec3property.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/vector/uvec4property.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/vector/vec2property.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/vector/vec3property.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/properties/vector/vec4property.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/query/query.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/rendering/dashboard.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/rendering/dashboarditem.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/rendering/dashboardtextitem.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/rendering/framebufferrenderer.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/rendering/deferredcaster.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/rendering/deferredcasterlistener.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/rendering/deferredcastermanager.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/rendering/loadingscreen.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/rendering/luaconsole.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/rendering/helper.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/rendering/raycasterlistener.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/rendering/raycastermanager.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/rendering/renderable.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/rendering/renderengine.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/rendering/screenspacerenderable.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/rendering/texturecomponent.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/rendering/transferfunction.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/rendering/volume.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/rendering/volumeraycaster.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/scene/asset.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/scene/assetmanager.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/scene/lightsource.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/scene/profile.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/scene/rotation.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/scene/scale.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/scene/scene.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/scene/sceneinitializer.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/scene/scenelicensewriter.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/scene/scenegraphnode.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/scene/timeframe.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/scene/translation.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/scripting/lualibrary.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/scripting/scriptengine.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/scripting/scriptscheduler.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/scripting/systemcapabilitiesbinding.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/blockplaneintersectiongeometry.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/boxgeometry.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/collisionhelper.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/concurrentjobmanager.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/concurrentjobmanager.inl
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/concurrentqueue.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/concurrentqueue.inl
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/coordinateconversion.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/distanceconstants.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/distanceconversion.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/factorymanager.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/factorymanager.inl
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/httprequest.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/job.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/json_helper.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/json_helper.inl
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/keys.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/memorymanager.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/mouse.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/openspacemodule.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/planegeometry.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/progressbar.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/resourcesynchronization.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/screenlog.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/sphere.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/spicemanager.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/syncable.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/syncbuffer.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/syncbuffer.inl
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/syncdata.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/syncdata.inl
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/task.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/taskloader.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/time.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/timeconversion.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/timeline.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/timeline.inl
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/timemanager.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/timerange.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/touch.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/tstring.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/universalhelpers.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/updatestructures.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/versionchecker.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/transformationmanager.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/threadpool.h
|
|
${OPENSPACE_BASE_DIR}/include/openspace/util/histogram.h
|
|
)
|
|
|
|
if (APPLE)
|
|
set(OPENSPACE_HEADER
|
|
${OPENSPACE_HEADER}
|
|
${OPENSPACE_BASE_DIR}/include/openspace/interaction/touchbar.h
|
|
)
|
|
endif ()
|
|
|
|
# Place files into source groups
|
|
foreach (file ${OPENSPACE_SOURCE} ${OPENSPACE_HEADER})
|
|
# Remove prefixes from the files
|
|
set(original_file ${file})
|
|
string(REPLACE "${OPENSPACE_BASE_DIR}/src/" "" file ${file})
|
|
string(REPLACE "${OPENSPACE_BASE_DIR}/include/openspace/" "" file ${file})
|
|
get_filename_component(directory ${file} DIRECTORY)
|
|
if (NOT directory STREQUAL "")
|
|
# Visual Studio wants '\' for the path separator
|
|
string(REPLACE "/" "\\" directory ${directory})
|
|
|
|
# It looks nicer if the directory starts with a capital letter
|
|
# First extract the first letter, make it upper case and then reassemble the name
|
|
string(SUBSTRING ${directory} 0 1 FIRST_LETTER)
|
|
string(TOUPPER ${FIRST_LETTER} FIRST_LETTER)
|
|
string(REGEX REPLACE "^.(.*)" "${FIRST_LETTER}\\1" directory "${directory}")
|
|
|
|
source_group("${directory}" FILES ${original_file})
|
|
else ()
|
|
source_group("" FILES ${original_file})
|
|
endif ()
|
|
endforeach ()
|
|
|
|
##########################################################################################
|
|
# Create OpenSpace target
|
|
##########################################################################################
|
|
add_library(openspace-core STATIC ${OPENSPACE_HEADER} ${OPENSPACE_SOURCE})
|
|
target_include_directories(openspace-core SYSTEM
|
|
PUBLIC
|
|
# In order to use the date library
|
|
${OPENSPACE_BASE_DIR}/ext/date/include
|
|
# In order to use the nlohmann JSON library
|
|
${OPENSPACE_BASE_DIR}/ext
|
|
)
|
|
|
|
target_include_directories(openspace-core
|
|
PUBLIC
|
|
# In order to be able to include openspace-core files
|
|
${OPENSPACE_BASE_DIR}/include
|
|
# In order to be able to include the module_registration file
|
|
${CMAKE_BINARY_DIR}/_generated/include
|
|
|
|
PRIVATE
|
|
# In order to be able to include module files. This is a temporary fix as this
|
|
# introduces a dependency from the opnspace-core onto the modules
|
|
${OPENSPACE_BASE_DIR}
|
|
)
|
|
|
|
target_precompile_headers(openspace-core PRIVATE
|
|
[["ghoul/fmt.h"]]
|
|
[["ghoul/glm.h"]]
|
|
[["ghoul/misc/assert.h"]]
|
|
[["ghoul/misc/boolean.h"]]
|
|
[["ghoul/misc/exception.h"]]
|
|
[["ghoul/misc/invariants.h"]]
|
|
[["ghoul/misc/profiling.h"]]
|
|
<algorithm>
|
|
<array>
|
|
<map>
|
|
<memory>
|
|
<string>
|
|
<utility>
|
|
<vector>
|
|
)
|
|
|
|
add_dependencies(openspace-core run_codegen)
|
|
|
|
configure_file(
|
|
${OPENSPACE_CMAKE_EXT_DIR}/openspace_header.template
|
|
${CMAKE_BINARY_DIR}/_generated/include/openspace/openspace.h
|
|
@ONLY IMMEDIATE
|
|
)
|
|
|
|
configure_file(
|
|
${OPENSPACE_CMAKE_EXT_DIR}/commit.template
|
|
${OPENSPACE_BASE_DIR}/COMMIT.md
|
|
@ONLY IMMEDIATE
|
|
)
|
|
|
|
if (APPLE)
|
|
target_link_libraries(openspace-core INTERFACE external-system-apple)
|
|
endif ()
|
|
|
|
set_openspace_compile_settings(openspace-core)
|
|
target_link_libraries(openspace-core PUBLIC Ghoul spice external-curl)
|
|
|
|
# Just in case, create the bin directory
|
|
add_custom_command(
|
|
TARGET openspace-core
|
|
PRE_BUILD COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}
|
|
)
|