aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorhnOsmium0001 <[email protected]>2022-05-07 15:36:35 -0700
committerhnOsmium0001 <[email protected]>2022-05-07 15:36:35 -0700
commit18b0c0e122f04b840f563862c5c1e4b2934b55c1 (patch)
treedfe167f5829a8c238584ef123691bc88f54251b3 /CMakeLists.txt
parentd98a4159d86406a47628aa58bae9f3308fea4fd0 (diff)
Fix camera view matrix, [WIP] guizmo
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
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
)