From 1393b5d318e22dbd1625692847a51c27932fd442 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Wed, 8 Mar 2017 14:23:35 +0100 Subject: Events Partially Working --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a5fe3d2..3f120e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ INCLUDE(CheckLibraryExists) INCLUDE(GNUInstallDirs) -SET(binding_install_dir ${CMAKE_INSTALL_FULL_LIBDIR}/afb) +SET(binding_install_dir ${CMAKE_INSTALL_FULL_LIBDIR}/audio) # Generic useful macro ########################################################### @@ -111,4 +111,5 @@ SET(link_libraries # Bindings to compile # -------------------- add_subdirectory(Alsa) -add_subdirectory(BusinessLogic) +add_subdirectory(AudioLogic) +add_subdirectory(htdocs) -- cgit 1.2.3-korg