Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Renamed the infamous 'Compilation' to 'BuildUnit' which definitely suits better and avoids much of the general confusion.
There are no actual changes, just the renaming.

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