From 2ae9a92b553f3d646ebb0afa67ce044081f13ccf Mon Sep 17 00:00:00 2001 From: Aaron Kimbre Date: Fri, 10 Feb 2023 21:43:39 -0600 Subject: [PATCH] fix cmake --- dGame/dComponents/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dGame/dComponents/CMakeLists.txt b/dGame/dComponents/CMakeLists.txt index 18fbe19a..7e10b586 100644 --- a/dGame/dComponents/CMakeLists.txt +++ b/dGame/dComponents/CMakeLists.txt @@ -16,7 +16,7 @@ set(DGAME_DCOMPONENTS_SOURCES "BaseCombatAIComponent.cpp" "ModuleAssemblyComponent.cpp" "MovementAIComponent.cpp" "MovingPlatformComponent.cpp" - "MutableModelBehaviorCoponent.cpp" + "MutableModelBehaviorComponent.cpp" "PetComponent.cpp" "PhantomPhysicsComponent.cpp" "PlayerForcedMovementComponent.cpp"