Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem2/src/ois/linux/CMakeLists.txt @ 2626

Last change on this file since 2626 was 2621, checked in by rgrieder, 16 years ago

This commit gets a little ugly, couldn't separate that anymore:

  • Renamed UseTolua.cmake to GenerateLuaBindings.cmake
  • Applied the macros for compiler flags, linker flags, header files and source groups Updated the whole build tree for that
  • Created real compiler config scripts (BuildConfigGCC.cmake and BuildConfigMSVC.cmake)
  • Large scale clean up in BuildConfig.cmake
  • You can now specify your own LibraryConfig and BuildConfig script via CMake Cache
  • Lots of small changes and fixes
  • 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.