From e47a98793e58a5dbbe76bfed27e59408e43538e4 Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Fri, 8 Apr 2022 22:30:12 -0700 Subject: More work --- source/CMakeLists.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'source/CMakeLists.txt') diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 9a67cb5..7c47026 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -1,6 +1,7 @@ target_sources(${PROJECT_NAME} PRIVATE App.cpp + CpuMesh.cpp GameObject.cpp Level.cpp Material.cpp @@ -8,6 +9,23 @@ PRIVATE Player.cpp SceneThings.cpp Shader.cpp + SmallVector.cpp Texture.cpp World.cpp ) + +set(ProjectBrussel_SINGLE_UNIT_SRC + stb_implementation.c + main.cpp + Utils.cpp + EditorAccessories.cpp + EditorCore.cpp + EditorNotification.cpp + EditorResources.cpp +) +target_sources(${PROJECT_NAME} PRIVATE ${ProjectBrussel_SINGLE_UNIT_SRC}) +set_source_files_properties(${ProjectBrussel_SINGLE_UNIT_SRC} +TARGET_DIRECTORY ${PROJECT_NAME} +PROPERTIES + SKIP_UNITY_BUILD_INCLUSION ON +) -- cgit v1.2.3-70-g09d2