fixing cmakelists

This commit is contained in:
Erris
2026-03-10 08:02:29 +01:00
parent 43c66d887b
commit adc6676dc9
2 changed files with 3 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ find_package(Jolt REQUIRED)
find_package(fastgltf REQUIRED)
find_package(spdlog REQUIRED)
find_package(glm REQUIRED)
find_package(glfw REQUIRED)
file(GLOB_RECURSE SRC_FILES "src/*.cpp")
file(GLOB IMGUIZMO_SRC_FILES "${CMAKE_SOURCE_DIR}/vendor/ImGuizmo/*.cpp")
@@ -49,7 +50,7 @@ target_link_libraries(${PROJECT_EXECUTABLE_NAME} PUBLIC
imgui::imgui
spdlog::spdlog
glad
glfw
glfw::glfw
glm::glm
dl
EnTT::EnTT