Skip to content
Snippets Groups Projects
CMakeLists.txt 549 B
Newer Older
# Add current source directory to -I path. This is needed because InputProc uses
# angle brackets for internal header files, instead of quotes.
include_directories(${CMAKE_CURRENT_SOURCE_DIR})

lofar_add_library(inputproc
  Package__Version.cc
  BufferSettings.cc
  RSPBoards.cc
  Station/Generator.cc
  Station/PacketReader.cc
  Station/PacketsToBuffer.cc
  )

lofar_add_bin_program(newInputSection newInputSection.cc)
lofar_add_bin_program(filterRSP Station/filterRSP.cc)