update cmakelists, added project manifest

This commit is contained in:
2026-05-13 22:18:02 -05:00
parent cf916951f0
commit 2dd5f3a648
2 changed files with 14 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ add_subdirectory(_ThirdParty/glfw)
add_subdirectory(_ThirdParty/spdlog)
set (ASSIMP_INSTALL OFF)
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
if(UNIX)
find_path(UNZIP_PATH unzip.h PATHS
/usr/include
/usr/local/include)