Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem3/src/ois/linux/CMakeLists.txt @ 2664

Last change on this file since 2664 was 2664, checked in by rgrieder, 15 years ago

Merged buildsystem2 to buildsystem3.

Note: Bare merge, just resolved conflicts. To testing, no nothing.

  • Property svn:eol-style set to native
File size: 297 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
10  EventHelpers.cpp
11  LinuxForceFeedback.cpp
12  LinuxInputManager.cpp
13  LinuxJoyStickEvents.cpp
14  LinuxKeyboard.cpp
15  LinuxMouse.cpp
16)
Note: See TracBrowser for help on using the repository browser.