mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-06 15:35:35 +00:00
4 lines
173 B
CMake
4 lines
173 B
CMake
add_library(xxhash xxhash_impl.c)
|
|
target_include_directories(xxhash PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
|
target_compile_definitions(xxhash INTERFACE XXH_STATIC_LINKING_ONLY)
|