metaforce/extern/xxhash/CMakeLists.txt

4 lines
173 B
CMake
Raw Normal View History

add_library(xxhash xxhash_impl.c)
2022-02-18 00:38:31 +00:00
target_include_directories(xxhash PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_compile_definitions(xxhash INTERFACE XXH_STATIC_LINKING_ONLY)