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 /source/CMakeLists.txt | |
parent | d98a4159d86406a47628aa58bae9f3308fea4fd0 (diff) |
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 |