Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
project(xxhash C)
add_library(xxhash STATIC xxhash.c)
target_include_directories(xxhash
PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
)