diff options
author | hnOsmium0001 <[email protected]> | 2022-04-10 22:42:14 -0700 |
---|---|---|
committer | hnOsmium0001 <[email protected]> | 2022-04-10 23:00:36 -0700 |
commit | 67affc75a4824dfd8675cc5455d9ee71b1583c1c (patch) | |
tree | e6624157831039ed3c1668b6a4b21337633f41e6 /source/CMakeLists.txt | |
parent | 906557f094e407ce21d429ef647bc75fe3179cf1 (diff) |
Add shader and corresponding editor components
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r-- | source/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 0749b62..f851bcb 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -3,11 +3,13 @@ PRIVATE App.cpp CpuMesh.cpp EditorAccessories.cpp + EditorAttachmentImpl.cpp EditorCore.cpp EditorNotification.cpp EditorResources.cpp EditorUtils.cpp GameObject.cpp + GraphicsTags.cpp Level.cpp Material.cpp Mesh.cpp |