Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core5/src/orxonox/gamestates/CMakeLists.txt @ 5842

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

Moved GameStates back to the orxonox library. This resolves an issue at startup if the command line arguments contained errors. Furthermore you can now simply not build the modules folder and still get a working orxonox.

DELETE ALL "libgamestates*" FILES (esp. in the modules output folder) to avoid problems with duplicate libraries!!!

  • Property svn:eol-style set to native
File size: 174 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  GSClient.cc
3  GSDedicated.cc
4  GSGraphics.cc
5  GSIOConsole.cc
6  GSLevel.cc
7  GSMainMenu.cc
8  GSRoot.cc
9  GSServer.cc
10  GSStandalone.cc
11)
Note: See TracBrowser for help on using the repository browser.