mirror of
https://github.com/overte-org/overte.git
synced 2025-04-10 09:25:15 +02:00
10 lines
No EOL
274 B
CMake
10 lines
No EOL
274 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules/")
|
|
|
|
project(hifi)
|
|
|
|
set(GLM_DIR "${CMAKE_SOURCE_DIR}/thirdparty/glm")
|
|
set(PORTAUDIO_DIR "${CMAKE_SOURCE_DIR}/thirdparty/PortAudio")
|
|
|
|
add_subdirectory(interface) |