diff options
author | rtk0c <[email protected]> | 2022-04-09 13:29:41 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-04-09 13:29:41 -0700 |
commit | a849c199d970e153580c312a24cfdfa099bc7b69 (patch) | |
tree | 1b5faa8d40953ee451103b94349bb84c738677ee /source/CMakeLists.txt | |
parent | e7ef3f208c109357538b1f68af10bcd78db95c95 (diff) |
Changeset: 4 More work on editor
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r-- | source/CMakeLists.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 7c47026..0749b62 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -2,6 +2,11 @@ target_sources(${PROJECT_NAME} PRIVATE App.cpp CpuMesh.cpp + EditorAccessories.cpp + EditorCore.cpp + EditorNotification.cpp + EditorResources.cpp + EditorUtils.cpp GameObject.cpp Level.cpp Material.cpp @@ -17,11 +22,7 @@ PRIVATE set(ProjectBrussel_SINGLE_UNIT_SRC stb_implementation.c main.cpp - Utils.cpp - EditorAccessories.cpp - EditorCore.cpp - EditorNotification.cpp - EditorResources.cpp + Utils.cpp # May include platform headers ) target_sources(${PROJECT_NAME} PRIVATE ${ProjectBrussel_SINGLE_UNIT_SRC}) set_source_files_properties(${ProjectBrussel_SINGLE_UNIT_SRC} |