aboutsummaryrefslogtreecommitdiff
path: root/source/CMakeLists.txt
diff options
context:
space:
mode:
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}