X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=plugins%2FCMakeLists.txt;h=20d27b81d525c0929119fbfef27fcf0f150d029d;hb=8d036c20b1e6e6134817bfc4cb152e4e2469dba5;hp=417321e4256dbb63ea05e4ac24fbc739cc52bba9;hpb=54ba761cf88de00e3b84d8692c0ec761c693c567;p=src%2Fapp-framework-binder.git diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 417321e4..20d27b81 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -1,8 +1,6 @@ -SET(PLUGINS_SOURCES audio/audio-api.c session/token-api.c samples/HelloWorld.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(afm-main-plugin) +ADD_SUBDIRECTORY(session) +ADD_SUBDIRECTORY(samples) +ADD_SUBDIRECTORY(audio) +#ADD_SUBDIRECTORY(radio) +#ADD_SUBDIRECTORY(media)