diff options
author | rtk0c <[email protected]> | 2022-04-18 20:59:31 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-04-18 20:59:31 -0700 |
commit | 7f871b04470766f0f5266cf949b65a54b7a6f79e (patch) | |
tree | 541b316fb564ffe12885586131a6ccd17662f662 /source/CMakeLists.txt | |
parent | 7af9992ca81c699bc1cf05eb691e284bf424f050 (diff) |
Changeset: 10 Add Uid for IresObject
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r-- | source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index ea0c4c4..f37d4a9 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -21,6 +21,7 @@ PRIVATE SmallVector.cpp Sprite.cpp Texture.cpp + Uid.cpp World.cpp ) |