diff options
author | hnOsmium0001 <[email protected]> | 2022-05-07 15:36:35 -0700 |
---|---|---|
committer | hnOsmium0001 <[email protected]> | 2022-05-07 15:36:35 -0700 |
commit | 18b0c0e122f04b840f563862c5c1e4b2934b55c1 (patch) | |
tree | dfe167f5829a8c238584ef123691bc88f54251b3 /3rdparty/imguizmo | |
parent | d98a4159d86406a47628aa58bae9f3308fea4fd0 (diff) |
Fix camera view matrix, [WIP] guizmo
Diffstat (limited to '3rdparty/imguizmo')
-rw-r--r-- | 3rdparty/imguizmo/CMakeLists.txt | 13 | ||||
m--------- | 3rdparty/imguizmo/source | 0 |
2 files changed, 0 insertions, 13 deletions
diff --git a/3rdparty/imguizmo/CMakeLists.txt b/3rdparty/imguizmo/CMakeLists.txt deleted file mode 100644 index d4dd45b..0000000 --- a/3rdparty/imguizmo/CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -file(GLOB IMGUIZMO_SOURCE ${CMAKE_CURRENT_LIST_DIR}/source/*.cpp) -add_library(ImGuizmo - ${IMGUIZMO_SOURCE} -) -target_include_directories(ImGuizmo PUBLIC - ${CMAKE_SOURCE_DIR}/3rdparty/imgui/source - ${CMAKE_CURRENT_LIST_DIR}/source -) - -set_target_properties(ImGuizmo -PROPERTIES - UNITY_BUILD OFF -) diff --git a/3rdparty/imguizmo/source b/3rdparty/imguizmo/source deleted file mode 160000 -Subproject b906328c156ea55bd2cf0088e1bf1fab126f87f |