mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-14 21:35:34 +02:00
Remove core-writer from the project
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user