mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 11:34:13 +02:00
Remove core-writer from the project
This commit is contained in:
@@ -29,5 +29,4 @@ add_subdirectory(
|
||||
EXCLUDE_FROM_ALL)
|
||||
|
||||
add_subdirectory("core-buffer")
|
||||
add_subdirectory("core-writer")
|
||||
add_subdirectory("sf-buffer")
|
||||
|
||||
@@ -4,7 +4,6 @@ file(GLOB SOURCES
|
||||
add_library(core-buffer STATIC ${SOURCES})
|
||||
target_include_directories(core-buffer PUBLIC include/)
|
||||
target_include_directories(core-buffer PUBLIC external/)
|
||||
target_link_libraries(core-buffer core-writer)
|
||||
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||
target_compile_definitions(core-buffer PRIVATE DEBUG_OUTPUT)
|
||||
|
||||
@@ -5,8 +5,6 @@ target_include_directories(sf-buffer PUBLIC src/)
|
||||
|
||||
target_link_libraries(sf-buffer
|
||||
core-buffer
|
||||
core-writer
|
||||
external
|
||||
zmq
|
||||
hdf5
|
||||
hdf5_hl
|
||||
@@ -19,8 +17,6 @@ set_target_properties(sf-udprecv PROPERTIES OUTPUT_NAME sf_udprecv)
|
||||
|
||||
target_link_libraries(sf-udprecv
|
||||
core-buffer
|
||||
core-writer
|
||||
external
|
||||
zmq
|
||||
hdf5
|
||||
hdf5_hl
|
||||
@@ -33,8 +29,6 @@ set_target_properties(sf-reader PROPERTIES OUTPUT_NAME sf_reader)
|
||||
|
||||
target_link_libraries(sf-reader
|
||||
core-buffer
|
||||
core-writer
|
||||
external
|
||||
zmq
|
||||
hdf5
|
||||
hdf5_hl
|
||||
@@ -47,8 +41,6 @@ set_target_properties(sf-replay PROPERTIES OUTPUT_NAME sf_replay)
|
||||
|
||||
target_link_libraries(sf-replay
|
||||
core-buffer
|
||||
core-writer
|
||||
external
|
||||
zmq
|
||||
hdf5
|
||||
hdf5_hl
|
||||
@@ -61,8 +53,6 @@ set_target_properties(sf-writer PROPERTIES OUTPUT_NAME sf_writer)
|
||||
|
||||
target_link_libraries(sf-writer
|
||||
core-buffer
|
||||
core-writer
|
||||
external
|
||||
zmq
|
||||
hdf5
|
||||
hdf5_hl
|
||||
|
||||
Reference in New Issue
Block a user