aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/xxhash/CMakeLists.txt
blob: 2cc0234d86fda1d76ad5baa02c1bc55105cad029 (plain)
1
2
3
SET(XXHASHSRC xxhash.c)

ADD_LIBRARY(xxhash STATIC ${XXHASHSRC})