Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/unity_build/src/external/ois/linux/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: 345 bytes
Line 
1ADD_SOURCE_FILES(OIS_FILES
2  EventHelpers.h
3  LinuxForceFeedback.h
4  LinuxInputManager.h
5  LinuxJoyStickEvents.h
6  LinuxKeyboard.h
7  LinuxMouse.h
8  LinuxPrereqs.h
9
10BUILD_UNIT OISLinuxBuildUnit.cpp
11  EventHelpers.cpp
12  LinuxForceFeedback.cpp
13  LinuxInputManager.cpp
14  LinuxJoyStickEvents.cpp
15  LinuxKeyboard.cpp
16  LinuxMouse.cpp
17END_BUILD_UNIT
18)
Note: See TracBrowser for help on using the repository browser.