mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 10:22:29 +02:00
12 lines
No EOL
207 B
CMake
12 lines
No EOL
207 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(hifi)
|
|
|
|
if(APPLE)
|
|
set(CMAKE_OSX_SYSROOT macosx10.7)
|
|
endif()
|
|
|
|
add_subdirectory(space)
|
|
add_subdirectory(domain)
|
|
add_subdirectory(mixer)
|
|
add_subdirectory(interface) |