mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 17:13:20 +02:00
8 lines
No EOL
152 B
CMake
8 lines
No EOL
152 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(hifi)
|
|
|
|
add_subdirectory(space)
|
|
add_subdirectory(domain)
|
|
add_subdirectory(mixer)
|
|
add_subdirectory(interface) |