From 7129d65df7b02d7412ee5d56debd5a9c094db5ad Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 7 May 2022 15:36:35 -0700 Subject: Changeset: 23 Fix camera view matrix, [WIP] guizmo --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ebe02f..0e328ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,6 @@ find_package(OpenGL REQUIRED) add_subdirectory(3rdparty/glfw) add_subdirectory(3rdparty/glm) add_subdirectory(3rdparty/imgui) -add_subdirectory(3rdparty/imguizmo) add_subdirectory(3rdparty/imguicolortextedit) add_subdirectory(3rdparty/tracy) @@ -43,7 +42,6 @@ target_link_libraries(${PROJECT_NAME} PRIVATE glfw glm::glm imgui - ImGuizmo ImGuiColorTextEdit tracy ) -- cgit v1.2.3-70-g09d2