aboutsummaryrefslogtreecommitdiff
path: root/source/CMakeLists.txt
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-05-25 22:30:59 -0700
committerrtk0c <[email protected]>2022-05-25 22:30:59 -0700
commit8fc3192da5ae3ac24511ad32088d669c799b6ddb (patch)
treee8288e736427dd758986860e0956286969d60f7b /source/CMakeLists.txt
parentd18a28a9659092952aef70a30a47726e7c16d31a (diff)
Changeset: 39 Move more things to source-common/
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r--source/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt
index b5de147..abb724b 100644
--- a/source/CMakeLists.txt
+++ b/source/CMakeLists.txt
@@ -22,10 +22,8 @@ PRIVATE
Renderer.cpp
SceneThings.cpp
Shader.cpp
- SmallVector.cpp
Sprite.cpp
Texture.cpp
- Uid.cpp
VertexIndex.cpp
World.cpp
)