[Orxonox-commit 2804] r7507 - in code/branches/ois_update/src/external/ois: . mac
rgrieder at orxonox.net
rgrieder at orxonox.net
Thu Oct 7 20:26:23 CEST 2010
Author: rgrieder
Date: 2010-10-07 20:26:22 +0200 (Thu, 07 Oct 2010)
New Revision: 7507
Modified:
code/branches/ois_update/src/external/ois/CMakeLists.txt
code/branches/ois_update/src/external/ois/mac/CMakeLists.txt
Log:
Fixed CMakeLists files in OIS folder.
Modified: code/branches/ois_update/src/external/ois/CMakeLists.txt
===================================================================
--- code/branches/ois_update/src/external/ois/CMakeLists.txt 2010-10-07 18:21:33 UTC (rev 7506)
+++ code/branches/ois_update/src/external/ois/CMakeLists.txt 2010-10-07 18:26:22 UTC (rev 7507)
@@ -30,6 +30,7 @@
OISJoyStick.h
OISKeyboard.h
OISMouse.h
+ OISMultiTouch.h
OISObject.h
OISPrereqs.h
Modified: code/branches/ois_update/src/external/ois/mac/CMakeLists.txt
===================================================================
--- code/branches/ois_update/src/external/ois/mac/CMakeLists.txt 2010-10-07 18:21:33 UTC (rev 7506)
+++ code/branches/ois_update/src/external/ois/mac/CMakeLists.txt 2010-10-07 18:26:22 UTC (rev 7507)
@@ -2,6 +2,7 @@
MacHelpers.h
MacHIDManager.h
MacInputManager.h
+ MacJoyStick.h
MacKeyboard.h
MacMouse.h
MacPrereqs.h
@@ -10,6 +11,7 @@
MacHelpers.cpp
MacHIDManager.cpp
MacInputManager.cpp
+ MacJoyStick.cpp
MacKeyboard.cpp
MacMouse.cpp
COMPILATION_END
More information about the Orxonox-commit
mailing list