4 lines
95 B
CMake
4 lines
95 B
CMake
add_library(
|
|
lz4 lz4.c lz4frame.c lz4hc.c xxhash.c)
|
|
target_include_directories(lz4 PUBLIC .)
|