X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=plugins%2FCMakeLists.txt;h=5f830fb10a51ec9eee0f7e00b1dcc75f25af2f24;hb=146bb49ca5acf4bbd5d9841398030c29b4333cc6;hp=269517ad8a7d8bec51f607142d394c0c26f0ac1c;hpb=e2d857c5f05f84de8e2642ff9272a80ea9e5fed6;p=src%2Fapp-framework-binder.git diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 269517ad..5f830fb1 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -1,8 +1,5 @@ -SET(PLUGINS_SOURCES audio/audio-api.c session/token-api.c) - -IF(librtlsdr_FOUND) - SET(PLUGINS_SOURCES ${PLUGINS_SOURCES} radio/radio-api.c) -ENDIF(librtlsdr_FOUND) - -ADD_LIBRARY(plugins OBJECT ${PLUGINS_SOURCES}) -INCLUDE_DIRECTORIES(${include_dirs}) +ADD_SUBDIRECTORY(session) +ADD_SUBDIRECTORY(samples) +ADD_SUBDIRECTORY(audio) +ADD_SUBDIRECTORY(radio) +ADD_SUBDIRECTORY(media)