Add HelloWorld sample to CMake build
authorManuel Bachmann <manuel.bachmann@iot.bzh>
Wed, 16 Dec 2015 10:30:24 +0000 (11:30 +0100)
committerManuel Bachmann <manuel.bachmann@iot.bzh>
Wed, 16 Dec 2015 10:30:24 +0000 (11:30 +0100)
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
plugins/CMakeLists.txt

index 269517a..417321e 100644 (file)
@@ -1,4 +1,4 @@
-SET(PLUGINS_SOURCES audio/audio-api.c session/token-api.c)
+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)