Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/kicklib/src/external/ois/mac/CMakeLists.txt @ 8071

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

Merged ois_update branch (before it was renamed to mac_osx) into kicklib branch.

  • 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.