diff options
author | rtk0c <[email protected]> | 2022-05-07 15:36:35 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-05-07 15:36:35 -0700 |
commit | 7129d65df7b02d7412ee5d56debd5a9c094db5ad (patch) | |
tree | 55b551554d6aba9de7fb004c0c250800dfb87611 /3rdparty | |
parent | cde94efdd44553f3f6575ce84b44c6799e1a1425 (diff) |
Changeset: 23 Fix camera view matrix, [WIP] guizmo
Diffstat (limited to '3rdparty')
-rw-r--r-- | 3rdparty/imguizmo/CMakeLists.txt | 13 | ||||
-rw-r--r-- | 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 100644 index e69de29..0000000 --- a/3rdparty/imguizmo/source +++ /dev/null |