Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/unity_build/src/external/ois/mac/CMakeLists.txt @ 8625

Last change on this file since 8625 was 8625, checked in by rgrieder, 13 years ago

Enable single build unit compiling for OIS too (doesn't work on OS X though).

  • Property svn:eol-style set to native
File size: 253 bytes
Line 
1ADD_SOURCE_FILES(OIS_FILES
2  MacHelpers.h
3  MacHIDManager.h
4  MacInputManager.h
5  MacJoyStick.h
6  MacKeyboard.h
7  MacMouse.h
8  MacPrereqs.h
9
10  MacHelpers.cpp
11  MacHIDManager.cpp
12  MacInputManager.cpp
13  MacJoyStick.cpp
14  MacKeyboard.cpp
15  MacMouse.cpp
16)
Note: See TracBrowser for help on using the repository browser.