mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 04:08:13 +02:00
don't build the mixer until it's ready
This commit is contained in:
parent
2f24c698c6
commit
bdda8065cd
1 changed files with 1 additions and 2 deletions
|
@ -7,5 +7,4 @@ set(GLM_ROOT_DIR ${CMAKE_SOURCE_DIR}/thirdparty)
|
||||||
set(PORTAUDIO_ROOT_DIR ${CMAKE_SOURCE_DIR}/thirdparty/Portaudio)
|
set(PORTAUDIO_ROOT_DIR ${CMAKE_SOURCE_DIR}/thirdparty/Portaudio)
|
||||||
set(LODEPNG_ROOT_DIR ${CMAKE_SOURCE_DIR}/thirdparty/LodePNG)
|
set(LODEPNG_ROOT_DIR ${CMAKE_SOURCE_DIR}/thirdparty/LodePNG)
|
||||||
|
|
||||||
add_subdirectory(interface)
|
add_subdirectory(interface)
|
||||||
add_subdirectory(mixer)
|
|
Loading…
Reference in a new issue