fixed cmake script

new location of `xxhsum.c` into `cli/`
This commit is contained in:
Yann Collet 2021-07-12 22:37:01 -07:00
parent 00b7bd1243
commit 5f0ce25530
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ set_target_properties(xxhash PROPERTIES
if(XXHASH_BUILD_XXHSUM)
set(XXHSUM_DIR "${XXHASH_DIR}/cli")
# xxhsum
add_executable(xxhsum "${XXHASH_DIR}/xxhsum.c"
add_executable(xxhsum "${XXHSUM_DIR}/xxhsum.c"
"${XXHSUM_DIR}/xsum_os_specific.c"
"${XXHSUM_DIR}/xsum_output.c"
"${XXHSUM_DIR}/xsum_sanity_check.c"