mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
402fb4bd20
Based on riking's PR.
8 lines
76 B
CMake
8 lines
76 B
CMake
project(xxhash C)
|
|
|
|
set(SRCS
|
|
xxhash.c
|
|
)
|
|
|
|
add_library(xxhash STATIC ${SRCS})
|