| [2710] | 1 |  # | 
|---|
 | 2 |  #             ORXONOX - the hottest 3D action shooter ever to exist | 
|---|
 | 3 |  #                             > www.orxonox.net < | 
|---|
 | 4 |  # | 
|---|
 | 5 |  #        This program is free software; you can redistribute it and/or | 
|---|
 | 6 |  #         modify it under the terms of the GNU General Public License | 
|---|
 | 7 |  #        as published by the Free Software Foundation; either version 2 | 
|---|
 | 8 |  #            of the License, or (at your option) any later version. | 
|---|
 | 9 |  # | 
|---|
 | 10 |  #       This program is distributed in the hope that it will be useful, | 
|---|
 | 11 |  #        but WITHOUT ANY WARRANTY; without even the implied warranty of | 
|---|
 | 12 |  #        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
|---|
 | 13 |  #                 GNU General Public License for more details. | 
|---|
 | 14 |  # | 
|---|
 | 15 |  #   You should have received a copy of the GNU General Public License along | 
|---|
 | 16 |  #      with this program; if not, write to the Free Software Foundation, | 
|---|
 | 17 |  #     Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA. | 
|---|
 | 18 |  # | 
|---|
 | 19 |  | 
|---|
 | 20 | SET_SOURCE_FILES(ORXONOX_SRC_FILES | 
|---|
| [5693] | 21 |   Main.cc | 
|---|
 | 22 |  | 
|---|
| [2087] | 23 |   CameraManager.cc | 
|---|
 | 24 |   LevelManager.cc | 
|---|
| [2662] | 25 |   PawnManager.cc | 
|---|
| [2171] | 26 |   PlayerManager.cc | 
|---|
| [5693] | 27 |  | 
|---|
| [5738] | 28 |   Level.cc | 
|---|
 | 29 |   Radar.cc | 
|---|
 | 30 |   Scene.cc | 
|---|
| [1505] | 31 | ) | 
|---|
| [5738] | 32 |  | 
|---|
| [5740] | 33 | IF(GGZMOD_FOUND) | 
|---|
 | 34 |   ADD_SOURCE_FILES(ORXONOX_SRC_FILES GGZClient.cc) | 
|---|
 | 35 | ENDIF(GGZMOD_FOUND) | 
|---|
 | 36 |  | 
|---|
| [5738] | 37 | ADD_SUBDIRECTORY(collisionshapes) | 
|---|
 | 38 | ADD_SUBDIRECTORY(controllers) | 
|---|
 | 39 | ADD_SUBDIRECTORY(gametypes) | 
|---|
 | 40 | ADD_SUBDIRECTORY(graphics) | 
|---|
 | 41 | ADD_SUBDIRECTORY(infos) | 
|---|
| [3196] | 42 | ADD_SUBDIRECTORY(interfaces) | 
|---|
| [5738] | 43 | ADD_SUBDIRECTORY(items) | 
|---|
| [5693] | 44 | ADD_SUBDIRECTORY(overlays) | 
|---|
| [5738] | 45 | ADD_SUBDIRECTORY(pickup) | 
|---|
| [3196] | 46 | ADD_SUBDIRECTORY(sound) | 
|---|
| [5738] | 47 | ADD_SUBDIRECTORY(weaponsystem) | 
|---|
 | 48 | ADD_SUBDIRECTORY(worldentities) | 
|---|
| [1505] | 49 |  | 
|---|
| [5693] | 50 | ORXONOX_ADD_LIBRARY(orxonox | 
|---|
| [3196] | 51 |   FIND_HEADER_FILES | 
|---|
 | 52 |   TOLUA_FILES | 
|---|
| [3280] | 53 |     LevelManager.h | 
|---|
| [5738] | 54 |     pickup/BaseItem.h | 
|---|
 | 55 |     pickup/PickupInventory.h | 
|---|
| [5693] | 56 |   DEFINE_SYMBOL | 
|---|
 | 57 |     "ORXONOX_SHARED_BUILD" | 
|---|
| [3196] | 58 |   PCH_FILE | 
|---|
 | 59 |     OrxonoxPrecompiledHeaders.h | 
|---|
 | 60 |   LINK_LIBRARIES | 
|---|
| [3370] | 61 |     ${Boost_FILESYSTEM_LIBRARY} | 
|---|
 | 62 |     ${Boost_SYSTEM_LIBRARY} # Filesystem dependency | 
|---|
 | 63 |     ${Boost_THREAD_LIBRARY} | 
|---|
 | 64 |     ${Boost_DATE_TIME_LIBRARY} # Thread dependency | 
|---|
| [3196] | 65 |     ${OGRE_LIBRARY} | 
|---|
 | 66 |     ${OPENAL_LIBRARY} | 
|---|
 | 67 |     ${ALUT_LIBRARY} | 
|---|
 | 68 |     ${VORBISFILE_LIBRARY} | 
|---|
 | 69 |     ${VORBIS_LIBRARY} | 
|---|
 | 70 |     ${OGG_LIBRARY} | 
|---|
| [5740] | 71 |     ${GGZMOD_LIBRARIES} | 
|---|
| [3196] | 72 |     tinyxml++_orxonox | 
|---|
 | 73 |     tolua++_orxonox | 
|---|
 | 74 |     bullet_orxonox | 
|---|
 | 75 |     util | 
|---|
 | 76 |     core | 
|---|
 | 77 |     network | 
|---|
| [5693] | 78 |     tools | 
|---|
| [3196] | 79 |   SOURCE_FILES ${ORXONOX_SRC_FILES} | 
|---|
 | 80 | ) | 
|---|
 | 81 |  | 
|---|
| [5693] | 82 |  | 
|---|
| [2710] | 83 | # When using Visual Studio we want to use the output directory as working | 
|---|
 | 84 | # directory and we also want to specify where the external dlls | 
|---|
 | 85 | # (lua, ogre, etc.) are. The problem hereby is that these information cannot | 
|---|
 | 86 | # be specified in CMake because they are not stored in the actual project file. | 
|---|
 | 87 | # This workaround will create a configured *.vcproj.user file that holds the | 
|---|
 | 88 | # right values. When starting the solution for the first time, | 
|---|
 | 89 | # these get written to the *vcproj.yourPCname.yourname.user | 
|---|
 | 90 | IF(MSVC) | 
|---|
 | 91 |   IF(CMAKE_CL_64) | 
|---|
 | 92 |     SET(MSVC_PLATFORM "x64") | 
|---|
 | 93 |   ELSE() | 
|---|
 | 94 |     SET(MSVC_PLATFORM "Win32") | 
|---|
 | 95 |   ENDIF() | 
|---|
 | 96 |   STRING(REGEX REPLACE "^Visual Studio ([0-9][0-9]?) .*$" "\\1" | 
|---|
 | 97 |          VISUAL_STUDIO_VERSION_SIMPLE "${CMAKE_GENERATOR}") | 
|---|
| [5693] | 98 |   CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/orxonox-main.vcproj.user.in" "${CMAKE_CURRENT_BINARY_DIR}/orxonox-main.vcproj.user") | 
|---|
| [2710] | 99 | ENDIF(MSVC) | 
|---|