Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ois_update/src/external/ois/mac/CMakeLists.txt @ 7509

Last change on this file since 7509 was 7509, checked in by rgrieder, 14 years ago

No more compilations here as well.

  • Property svn:eol-style set to native
File size: 315 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  #COMPILATION_BEGIN OISMacCompilation.cpp
11  MacHelpers.cpp
12  MacHIDManager.cpp
13  MacInputManager.cpp
14  MacJoyStick.cpp
15  MacKeyboard.cpp
16  MacMouse.cpp
17  #COMPILATION_END
18)
Note: See TracBrowser for help on using the repository browser.