This commit is contained in:
2026-03-28 23:02:28 +01:00
committed by Romain BOULLARD
parent 29491b8c3e
commit 1328b17b47
15 changed files with 636 additions and 121 deletions

View File

@@ -5,7 +5,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
find_package(Threads REQUIRED)
endif()
find_package(EASTL REQUIRED)
find_package(magic_enum REQUIRED)
find_package(CLI11 REQUIRED)
find_package(quill REQUIRED)