From a237499e8c2e2a045ae3eea0b9a4aaac12032e81 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Wed, 8 Mar 2017 23:56:40 +0100 Subject: Late Evening Commit --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f120e8..56b5f09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,7 +98,7 @@ ENDIF(CMAKE_BUILD_TYPE MATCHES Debug) SET(include_dirs ${INCLUDE_DIRS} - ${CMAKE_SOURCE_DIR}/include + ${CMAKE_SOURCE_DIR}/AlsaSound/include ${json-c_INCLUDE_DIRS} ${afb-daemon_INCLUDE_DIRS} ) @@ -110,6 +110,6 @@ SET(link_libraries # Bindings to compile # -------------------- -add_subdirectory(Alsa) +add_subdirectory(AlsaSound) add_subdirectory(AudioLogic) add_subdirectory(htdocs) -- cgit 1.2.3-korg