From bdda8065cd537791dbf950e7016a0ea154f90b2a Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 8 Feb 2013 10:30:14 -0800 Subject: [PATCH] don't build the mixer until it's ready --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 02af58192e..df1e4677d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,5 +7,4 @@ set(GLM_ROOT_DIR ${CMAKE_SOURCE_DIR}/thirdparty) set(PORTAUDIO_ROOT_DIR ${CMAKE_SOURCE_DIR}/thirdparty/Portaudio) set(LODEPNG_ROOT_DIR ${CMAKE_SOURCE_DIR}/thirdparty/LodePNG) -add_subdirectory(interface) -add_subdirectory(mixer) \ No newline at end of file +add_subdirectory(interface) \ No newline at end of file