From c45eeb2a51c3df8eff28cc91d723f21c8a207756 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 12 Feb 2013 16:52:38 -0800 Subject: [PATCH] add mixer subdirectory to root CMakeLists.txt --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f1ecedaba..bf6b31ecff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,4 +8,5 @@ set(LODEPNG_ROOT_DIR ${CMAKE_SOURCE_DIR}/external/LodePNG) set(PORTAUDIO_DIR ${CMAKE_SOURCE_DIR}/external/portaudio) add_subdirectory(interface) -add_subdirectory(domain) \ No newline at end of file +add_subdirectory(domain) +add_subdirectory(mixer) \ No newline at end of file