"README.md" did not exist on "f215048ef61fd4fec995f81ad111758fe4d83594"
Newer
Older

Jan David Mol
committed
include(LofarPackageVersion)

Marcel Loose
committed
# Create symbolic link to include directory.
execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_BINARY_DIR}/include/${PACKAGE_NAME})

Jan David Mol
committed
Package__Version.cc

Jan David Mol
committed
RSPTimeStamp.cc
Buffer/BufferSettings.cc
Buffer/Ranges.cc
Buffer/SampleBuffer.cc
Buffer/SharedMemory.cc
Buffer/StationID.cc
Station/Generator.cc
Station/PacketReader.cc
Station/PacketsToBuffer.cc
)
if(MPI_FOUND)
list(APPEND _inputproc_sources
Transpose/MPISendStation.cc
Transpose/MPIReceiveStations.cc
Transpose/MPIUtil.cc

Jan David Mol
committed
)
endif(MPI_FOUND)
lofar_add_library(inputproc ${_inputproc_sources})
if(UNIX AND NOT APPLE)
target_link_libraries(inputproc rt)
endif(UNIX AND NOT APPLE)

Jan David Mol
committed
lofar_add_bin_program(filterRSP Station/filterRSP.cc)

Jan David Mol
committed
lofar_add_bin_program(printRSP Station/printRSP.cc)
lofar_add_bin_program(generate Station/generate.cc)
lofar_add_bin_program(capture Station/capture.cc)
configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/mpirun.sh.in
${CMAKE_BINARY_DIR}/bin/mpirun.sh @ONLY)
install(PROGRAMS
${CMAKE_BINARY_DIR}/bin/mpirun.sh
DESTINATION bin)