Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core5/src/external/ois/mac/CMakeLists.txt @ 5871

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

Compiling our third party libraries with as few files as possible. There should be quite a speedup.

  • Property svn:eol-style set to native
File size: 275 bytes
Line 
1ADD_SOURCE_FILES(OIS_FILES
2  MacHelpers.h
3  MacHIDManager.h
4  MacInputManager.h
5  MacKeyboard.h
6  MacMouse.h
7  MacPrereqs.h
8
9COMPILATION_BEGIN OISMacCompilation.cpp
10  MacHelpers.cpp
11  MacHIDManager.cpp
12  MacInputManager.cpp
13  MacKeyboard.cpp
14  MacMouse.cpp
15COMPILATION_END
16)
Note: See TracBrowser for help on using the repository browser.