fixing compilation error

This commit is contained in:
Erris
2026-03-10 19:12:01 +01:00
parent 2f1bb884d7
commit bbbe7adb3a
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ find_package(spdlog REQUIRED)
find_package(glm REQUIRED)
find_package(glfw3 REQUIRED)
find_package(shaderc REQUIRED)
find_package(spirv-cross REQUIRED)
file(GLOB_RECURSE SRC_FILES "src/*.cpp")
file(GLOB IMGUIZMO_SRC_FILES "${CMAKE_SOURCE_DIR}/vendor/ImGuizmo/*.cpp")