Code Review
/
src
/
app-framework-binder.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e2d857c
)
Add HelloWorld sample to CMake build
author
Manuel Bachmann
<manuel.bachmann@iot.bzh>
Wed, 16 Dec 2015 10:30:24 +0000
(11:30 +0100)
committer
Manuel 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
patch
|
blob
|
history
diff --git
a/plugins/CMakeLists.txt
b/plugins/CMakeLists.txt
index
269517a
..
417321e
100644
(file)
--- a/
plugins/CMakeLists.txt
+++ b/
plugins/CMakeLists.txt
@@
-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)