mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 18:26:11 +02:00
7 lines
No EOL
129 B
CMake
7 lines
No EOL
129 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(mixer)
|
|
|
|
file(GLOB MIXER_SRCS src/*.cpp src/*.h)
|
|
|
|
add_executable(mixer ${MIXER_SRCS}) |