diff options
author | rtk0c <[email protected]> | 2022-04-10 23:00:36 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-04-10 23:00:36 -0700 |
commit | 17d5b091c9b2901ac96f5eee0da6af07228ae690 (patch) | |
tree | c210229c4bee1d3f56a64eacf1f976dfd8f971a7 /source/CMakeLists.txt | |
parent | a849c199d970e153580c312a24cfdfa099bc7b69 (diff) |
Changeset: 5 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 |