From 66ee4d47d55516ff55f72dfe2de1fb16c04dcb5b Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 30 May 2022 16:02:16 -0700 Subject: Changeset: 54 Switch the main game target to use file glob --- source/CMakeLists.txt | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 source/CMakeLists.txt (limited to 'source/CMakeLists.txt') diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt deleted file mode 100644 index abb724b..0000000 --- a/source/CMakeLists.txt +++ /dev/null @@ -1,39 +0,0 @@ -target_sources(${PROJECT_NAME} -PRIVATE - App.cpp - Camera.cpp - CommonVertexIndex.cpp - EditorAccessories.cpp - EditorAttachmentImpl.cpp - EditorCommandPalette.cpp - EditorCorePrivate.cpp - EditorGuizmo.cpp - EditorNotification.cpp - EditorUtils.cpp - FuzzyMatch.cpp - GameObject.cpp - GraphicsTags.cpp - Image.cpp - Ires.cpp - Level.cpp - Material.cpp - Mesh.cpp - Player.cpp - Renderer.cpp - SceneThings.cpp - Shader.cpp - Sprite.cpp - Texture.cpp - VertexIndex.cpp - World.cpp -) - -set(ProjectBrussel_SINGLE_UNIT_SRC - main.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