Add cpp compression file

This commit is contained in:
2020-04-02 14:09:24 +02:00
parent 9c5a19102f
commit 4ef21c652c
+3 -1
View File
@@ -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 .)