1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-06-03 03:41:53 +08:00
2022-06-27 17:05:55 -06:00

3 lines
140 B
CMake

add_library(crc32 STATIC crc32.S crc32_wrapper.c crc32c.cpp)
target_include_directories(crc32 PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")