diff options
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r-- | source/CMakeLists.txt | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt deleted file mode 100644 index 6ca2cd5..0000000 --- a/source/CMakeLists.txt +++ /dev/null @@ -1,43 +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 - SmallVector.cpp - Sprite.cpp - Texture.cpp - Uid.cpp - VertexIndex.cpp - World.cpp -) - -set(ProjectBrussel_SINGLE_UNIT_SRC - stb_implementation.c - main.cpp - Utils.cpp # May include platform headers -) -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 -) |