mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
7 lines
76 B
CMake
7 lines
76 B
CMake
project(xxhash C)
|
|
|
|
set(SRCS
|
|
xxhash.c
|
|
)
|
|
|
|
add_library(xxhash STATIC ${SRCS})
|