mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-29 11:12:24 +02:00
Restructure folder to writer and receiver
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
add_subdirectory(external/)
|
||||
|
||||
file(GLOB SOURCES src/*.cpp)
|
||||
file(GLOB SOURCES
|
||||
src/*.cpp
|
||||
src/writer/*.cpp
|
||||
src/receiver/*.cpp)
|
||||
|
||||
add_library(core-writer STATIC ${SOURCES})
|
||||
include_directories(core-writer external/)
|
||||
|
||||
Reference in New Issue
Block a user