aurora/extern/xxhash/CMakeLists.txt

4 lines
173 B
CMake
Raw Normal View History

2022-07-27 15:25:25 +00:00
add_library(xxhash xxhash_impl.c)
target_include_directories(xxhash PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_compile_definitions(xxhash INTERFACE XXH_STATIC_LINKING_ONLY)