From 110ce18498753385fb880704490c9d86807a471f Mon Sep 17 00:00:00 2001 From: fulup Date: Sun, 9 Apr 2017 15:25:38 +0200 Subject: Fixes make install destination dir and README --- ALSA-afb/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ALSA-afb') diff --git a/ALSA-afb/CMakeLists.txt b/ALSA-afb/CMakeLists.txt index d7ace36..d36dd78 100644 --- a/ALSA-afb/CMakeLists.txt +++ b/ALSA-afb/CMakeLists.txt @@ -26,7 +26,7 @@ PROJECT_TARGET_ADD(alsa-afb) SET_TARGET_PROPERTIES(alsa-afb PROPERTIES PREFIX "" LINK_FLAGS "-Wl,--version-script=${CMAKE_SOURCE_DIR}/export.map" - OUTPUT_NAME alsabinding + OUTPUT_NAME alsa-lowlevel-binding ) # Library dependencies (include updates automatically) @@ -37,5 +37,5 @@ PROJECT_TARGET_ADD(alsa-afb) # installation directory INSTALL(TARGETS alsa-afb - LIBRARY DESTINATION ${binding_install_dir}) + LIBRARY DESTINATION ${BINDINGS_INSTALL_DIR}) -- cgit 1.2.3-korg