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