From a6c5bd0c41d51f761e0b1b5a35f6640a9c55bd8b Mon Sep 17 00:00:00 2001 From: gugus Date: Tue, 25 Jan 2011 18:29:04 +0100 Subject: [PATCH] correction of a spelling error --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b2867880..a3e6362bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -89,7 +89,7 @@ set(NIFOGRE_HEADER source_group(components\\nifogre FILES ${NIFOGRE} ${NIFOGRE_HEADER}) set(NIFBULLET - ${COMP_DIR}/nifbullet/ogre_bullet_loader.cpp) + ${COMP_DIR}/nifbullet/bullet_nif_loader.cpp) set(NIFBULLET_HEADER ${COMP_DIR}/nifbullet/bullet_nif_loader.hpp) source_group(components\\nifbullet FILES ${NIFBULLET} ${NIFBULLET_HEADER})