spices2/CMakeLists.txt

6 lines
163 B
CMake
Raw Normal View History

2023-04-11 15:51:00 +02:00
project(spices2)
set(CMAKE_CXX_STANDARD 20)
add_executable(spices src/spices.cpp src/SharedIndex.cpp src/BucketedZstdData.cpp)
target_link_libraries(spices zstd)