trying to get everything to work

This commit is contained in:
Erris
2026-03-10 14:47:54 +01:00
parent d654c99a8e
commit e3678118b4
6 changed files with 8 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ find_package(fastgltf REQUIRED)
find_package(spdlog REQUIRED)
find_package(glm REQUIRED)
find_package(glfw3 REQUIRED)
find_package(shaderc REQUIRED)
file(GLOB_RECURSE SRC_FILES "src/*.cpp")
file(GLOB IMGUIZMO_SRC_FILES "${CMAKE_SOURCE_DIR}/vendor/ImGuizmo/*.cpp")
@@ -57,7 +58,7 @@ target_link_libraries(${PROJECT_EXECUTABLE_NAME} PUBLIC
X11
yaml-cpp::yaml-cpp
nfd
shaderc_combined
shaderc::shaderc
glslang
glslang-default-resource-limits
SPIRV