remove system xxhash
This commit is contained in:
parent
8c234cf88b
commit
38b3f33689
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user