aboutsummaryrefslogtreecommitdiff
path: root/source/CMakeLists.txt
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-05-30 16:02:16 -0700
committerrtk0c <[email protected]>2022-05-30 16:02:16 -0700
commit66ee4d47d55516ff55f72dfe2de1fb16c04dcb5b (patch)
tree435d2c2cd42b39b7607325af3d4d13dc2f5a1613 /source/CMakeLists.txt
parent80afa67d2b9f1c0605696a3fd69058544fe12fe4 (diff)
Changeset: 54 Switch the main game target to use file glob
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r--source/CMakeLists.txt39
1 files changed, 0 insertions, 39 deletions
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
-)