X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=bindings%2Faudio%2FCMakeLists.txt;fp=plugins%2Faudio%2FCMakeLists.txt;h=11da28e18ff33491768c369fffc8b804d4873f26;hb=7059e59cddc1c81321639875636e88895bc14309;hp=2d74fd629640cc4df50b993f7a8bb6ae8e0e9796;hpb=ef908d903929988ad01f9df94415fc9c3ddebcac;p=src%2Fapp-framework-binder.git diff --git a/plugins/audio/CMakeLists.txt b/bindings/audio/CMakeLists.txt similarity index 77% rename from plugins/audio/CMakeLists.txt rename to bindings/audio/CMakeLists.txt index 2d74fd62..11da28e1 100644 --- a/plugins/audio/CMakeLists.txt +++ b/bindings/audio/CMakeLists.txt @@ -6,10 +6,10 @@ FIND_PACKAGE(Threads) IF(alsa_FOUND) - MESSAGE(STATUS "ALSA found ; will compile Audio plugin... (PLUGIN)") + MESSAGE(STATUS "ALSA found ; will compile Audio binding... (BINDING)") IF(pulseaudio_FOUND) - MESSAGE(STATUS "PulseAudio found ; Audio plugin will have PulseAudio support") + MESSAGE(STATUS "PulseAudio found ; Audio binding will have PulseAudio support") ADD_DEFINITIONS(-DHAVE_PULSE=1) SET(pulse_sources audio-pulse.c) ENDIF(pulseaudio_FOUND) @@ -22,6 +22,6 @@ IF(alsa_FOUND) ) TARGET_LINK_LIBRARIES(audio-api ${link_libraries} ${alsa_LIBRARIES} ${pulseaudio_LIBRARIES}) INSTALL(TARGETS audio-api - LIBRARY DESTINATION ${plugin_install_dir}) + LIBRARY DESTINATION ${binding_install_dir}) ENDIF(alsa_FOUND)