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 target_include_directories(dropshell PRIVATE
src src
${CMAKE_CURRENT_BINARY_DIR}/src ${CMAKE_CURRENT_BINARY_DIR}/src
${xxHash_INCLUDE_DIRS}
) )
# Link libraries # Link libraries
target_link_libraries(dropshell PRIVATE target_link_libraries(dropshell PRIVATE
TBB::tbb TBB::tbb
${xxHash_LIBRARIES}
) )
# Install targets # Install targets