diff options
author | max-001 <maxsmits21@kpnmail.nl> | 2024-11-22 09:36:35 +0100 |
---|---|---|
committer | max-001 <maxsmits21@kpnmail.nl> | 2024-11-22 09:36:35 +0100 |
commit | 7c21e34ae1898fce8c8051b5f1380e268da32140 (patch) | |
tree | d5710874f07aae44dcaad994c26c028d17012768 /src/crepe/api/CMakeLists.txt | |
parent | 07bca38a27f794ed6a2f74536f7a909530ce7df0 (diff) |
Replaced ComponentManager reference by OptionalRef for late binding
Diffstat (limited to 'src/crepe/api/CMakeLists.txt')
-rw-r--r-- | src/crepe/api/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/api/CMakeLists.txt b/src/crepe/api/CMakeLists.txt index d6b6801..4025a63 100644 --- a/src/crepe/api/CMakeLists.txt +++ b/src/crepe/api/CMakeLists.txt @@ -12,7 +12,6 @@ target_sources(crepe PUBLIC SaveManager.cpp Config.cpp Metadata.cpp - Scene.cpp SceneManager.cpp Vector2.cpp Camera.cpp |