diff options
author | hnOsmium0001 <[email protected]> | 2022-04-18 20:18:09 -0700 |
---|---|---|
committer | hnOsmium0001 <[email protected]> | 2022-04-18 20:59:31 -0700 |
commit | f77e73c01a15426bcc6e3d7fe5826d2a741fed38 (patch) | |
tree | 91330f87041a2b8a484b06a3c747a12370bd7034 /source/CMakeLists.txt | |
parent | 4b57fe1fb1401bab9439a639bd842ca61386fe22 (diff) |
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 ) |