diff options
author | rtk0c <[email protected]> | 2022-05-25 22:30:59 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-05-25 22:30:59 -0700 |
commit | 8fc3192da5ae3ac24511ad32088d669c799b6ddb (patch) | |
tree | e8288e736427dd758986860e0956286969d60f7b /source/CMakeLists.txt | |
parent | d18a28a9659092952aef70a30a47726e7c16d31a (diff) |
Changeset: 39 Move more things to source-common/
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r-- | source/CMakeLists.txt | 2 |
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 ) |