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 /source/CMakeLists.txt | |
parent | cde94efdd44553f3f6575ce84b44c6799e1a1425 (diff) |
Changeset: 23 Fix camera view matrix, [WIP] guizmo
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r-- | source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index b4b6e3b..ba07566 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -7,6 +7,7 @@ PRIVATE EditorAttachmentImpl.cpp EditorCommandPalette.cpp EditorCore.cpp + EditorGuizmo.cpp EditorNotification.cpp EditorUtils.cpp FuzzyMatch.cpp |