This commit is contained in:
Your Name
2025-04-29 22:44:46 +12:00
parent 3db05c0de9
commit 1ef4a16b66
5 changed files with 8279 additions and 28 deletions

View File

@ -34,7 +34,6 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
# Find required packages
find_package(TBB REQUIRED)
find_package(xxHash REQUIRED)
# Auto-detect source files
file(GLOB_RECURSE SOURCES "src/*.cpp")