remove system xxhash

This commit is contained in:
Your Name 2025-04-29 22:52:52 +12:00
parent 8c234cf88b
commit 38b3f33689

View File

@ -46,13 +46,11 @@ add_executable(dropshell ${SOURCES})
target_include_directories(dropshell PRIVATE
src
${CMAKE_CURRENT_BINARY_DIR}/src
${xxHash_INCLUDE_DIRS}
)
# Link libraries
target_link_libraries(dropshell PRIVATE
TBB::tbb
${xxHash_LIBRARIES}
)
# Install targets