From 2c12f6adf557af5812374b6067c017b42c91650a Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Mon, 23 Oct 2017 13:00:50 +0900 Subject: Remove the library from this service binder The library is split into another repository, so remove it from this repository Bug-AGL: SPEC-993 Change-Id: Iea7c1a09ce0749c355f62db7523d6d7f1075e118 Signed-off-by: Kazumasa Mitsunari --- CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 54974b4..e456ade 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,9 +24,7 @@ set(PROJECT_PRETTY_NAME "SM") set(PROJECT_DESCRIPTION " Sound Manager binding and client library Binder communicates with Audio Manager and client library to hide IPC for Application") set(PROJECT_INCLUDEDIR ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}) set(PROJECT_LIBDIR ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}) -set(SOUNDMANAGER_INCLUDEDIR ${PROJECT_INCLUDEDIR}/libsoundmanager) set(PROJECT_BINDINGDIR ${binding_install_dir}) -set(LIBSM_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/include) # get pkgconfig INCLUDE(FindPkgConfig) @@ -36,11 +34,3 @@ set(CMAKE_BUILD_TYPE Debug) add_definitions(-DDEBUGMODE) add_subdirectory(src) -add_subdirectory(libsoundmanager) -add_subdirectory(include) - -#generate configure file -configure_file(soundmanager.pc.in soundmanager.pc @ONLY) -INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/soundmanager.pc - DESTINATION - ${CMAKE_INSTALL_LIBDIR}/pkgconfig) -- cgit 1.2.3-korg