Skip to content

Commit

Permalink
fix cmake recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Dec 26, 2024
1 parent ad39260 commit dbcc17f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake_unofficial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ if(XXHASH_BUILD_XXHSUM)
list(APPEND XXHSUM_SOURCES "${XXHASH_DIR}/xxh_x86dispatch.c")
endif()
list(APPEND XXHSUM_SOURCES "${XXHSUM_DIR}/xxhsum.c"
"${XXHSUM_DIR}/xsum_arch.c"
"${XXHSUM_DIR}/xsum_os_specific.c"
"${XXHSUM_DIR}/xsum_output.c"
"${XXHSUM_DIR}/xsum_sanity_check.c"
Expand Down

0 comments on commit dbcc17f

Please sign in to comment.