mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-03 03:41:53 +08:00
3 lines
140 B
CMake
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")
|