1 2 3 4 5 6 7 8 9 10
# -*- cmake -*- include_guard() include(Prebuilt) include(FindPkgConfig) pkg_check_modules(Xxhash REQUIRED libxxhash) return () use_prebuilt_binary(xxhash)