Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules/gamestates/CMakeLists.txt @ 5763

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

Sorted out header file finding issues and updated/added precompiled header files.
PCH is not activated per default for the pong projects (only 7 files).

  • Property svn:eol-style set to native
File size: 400 bytes
RevLine 
[5693]1SET_SOURCE_FILES(GAMESTATES_SRC_FILES
[2896]2  GSClient.cc
[2125]3  GSDedicated.cc
4  GSGraphics.cc
5  GSIOConsole.cc
6  GSLevel.cc
[2896]7  GSMainMenu.cc
[2125]8  GSRoot.cc
9  GSServer.cc
10  GSStandalone.cc
11)
[5693]12
13ORXONOX_ADD_LIBRARY(gamestates
14  MODULE
[5749]15  FIND_HEADER_FILES
16  PCH_FILE
17    GameStatesPrecompiledHeaders.h
[5693]18  DEFINE_SYMBOL
19    "GAMESTATES_SHARED_BUILD"
20  LINK_LIBRARIES
21    orxonox
22  SOURCE_FILES ${GAMESTATES_SRC_FILES}
23)
Note: See TracBrowser for help on using the repository browser.