mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-24 23:30:48 +02:00
Add cpp compression file
This commit is contained in:
Vendored
+3
-1
@@ -1,4 +1,6 @@
|
||||
file(GLOB SOURCES bitshuffle/*.c)
|
||||
file(GLOB SOURCES
|
||||
bitshuffle/*.c
|
||||
bitshuffle/*.cpp)
|
||||
|
||||
add_library(external STATIC ${SOURCES})
|
||||
target_include_directories(external PUBLIC .)
|
||||
|
||||
Reference in New Issue
Block a user