cmake: update component name & update AUTHORS file

This commit is contained in:
Dimitri Stolnikov 2016-01-10 22:28:15 +01:00
parent 64cfd98c5b
commit da2cf6a6f2
2 changed files with 2 additions and 1 deletions

View File

@ -5,3 +5,4 @@ Nuand LLC folks
Josh Blum Josh Blum
SDRplay Ltd. SDRplay Ltd.
Pavel Demin Pavel Demin
Marcus Müller

View File

@ -145,7 +145,7 @@ endif(ENABLE_FCD OR ENABLE_FCDPP)
######################################################################## ########################################################################
# Setup File component # Setup File component
######################################################################## ########################################################################
GR_REGISTER_COMPONENT("IQ File Source" ENABLE_FILE GNURADIO_BLOCKS_FOUND) GR_REGISTER_COMPONENT("IQ File Source & Sink" ENABLE_FILE GNURADIO_BLOCKS_FOUND)
if(ENABLE_FILE) if(ENABLE_FILE)
GR_INCLUDE_SUBDIRECTORY(file) GR_INCLUDE_SUBDIRECTORY(file)
endif(ENABLE_FILE) endif(ENABLE_FILE)