mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-21 10:50:44 +02:00
9 lines
No EOL
190 B
CMake
9 lines
No EOL
190 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(mixer)
|
|
|
|
file(GLOB MIXER_SRCS src/*.cpp src/*.h)
|
|
|
|
add_executable(mixer ${MIXER_SRCS} ${HIFI_SHARED_SRCS})
|
|
|
|
include_directories(${HIFI_SHARED_DIR}) |