dolphin/Externals/xxhash/CMakeLists.txt

8 lines
76 B
CMake

project(xxhash C)
set(SRCS
xxhash.c
)
add_library(xxhash STATIC ${SRCS})