aboutsummaryrefslogtreecommitdiff
path: root/3rdparty
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/imguizmo/CMakeLists.txt13
-rw-r--r--3rdparty/imguizmo/source0
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 100644
index e69de29..0000000
--- a/3rdparty/imguizmo/source
+++ /dev/null