[BUILDSYS]: Update CMake Triplet and Toolchain Naming

This commit is contained in:
2025-12-26 01:38:21 +05:30
parent 2f8f7025db
commit 8a417e1ec2
14 changed files with 34 additions and 31 deletions

View File

@ -100,3 +100,6 @@ set(HTTPLIB_TEST OFF CACHE BOOL "" FORCE)
set(HTTPLIB_EXAMPLE OFF CACHE BOOL "" FORCE)
FetchContent_MakeAvailable(httplib pugixml nlohmann_json glaze simdjson tl-expected unordered_dense mimalloc highway)
get_target_property(HWY_INCLUDE_DIRS hwy INTERFACE_INCLUDE_DIRECTORIES)
target_include_directories(hwy SYSTEM INTERFACE ${HWY_INCLUDE_DIRS})