mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-14 16:01:30 -06:00
12 lines
183 B
CMake
12 lines
183 B
CMake
set (OPENSPACE_DEPENDENCIES
|
|
base
|
|
)
|
|
|
|
if (WIN32)
|
|
set(DEFAULT_MODULE ON)
|
|
endif ()
|
|
|
|
# Spout is not supported on non-Windows machines
|
|
if (NOT WIN32)
|
|
set(SUPPORTED OFF)
|
|
endif () |