aboutsummaryrefslogtreecommitdiff
path: root/source/CMakeLists.txt
diff options
context:
space:
mode:
authorhnOsmium0001 <[email protected]>2022-04-09 13:29:41 -0700
committerhnOsmium0001 <[email protected]>2022-04-09 13:29:41 -0700
commit906557f094e407ce21d429ef647bc75fe3179cf1 (patch)
tree5e6aaed6537a0328318b6cd6561f6a76bf8aa27d /source/CMakeLists.txt
parente47a98793e58a5dbbe76bfed27e59408e43538e4 (diff)
More work on editor
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r--source/CMakeLists.txt11
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}