Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: sandbox_light/src/libraries/core/CMakeLists.txt @ 7138

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

Also synchronised sandbox_light with current trunk.

  • Property svn:eol-style set to native
File size: 1.3 KB
RevLine 
[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
20SET_SOURCE_FILES(CORE_SRC_FILES
[6040]21  CommandLineParser.cc
[1535]22  Core.cc
[5695]23  LuaState.cc
[6040]24  PathConfig.cc
[1505]25)
26
[3196]27ORXONOX_ADD_LIBRARY(core
28  FIND_HEADER_FILES
29  TOLUA_FILES
[5695]30    LuaState.h
[3196]31  DEFINE_SYMBOL
32    "CORE_SHARED_BUILD"
33  LINK_LIBRARIES
[3370]34    ${Boost_FILESYSTEM_LIBRARY}
35    ${Boost_SYSTEM_LIBRARY} # Filesystem dependency
[3196]36    ${LUA_LIBRARIES}
[5789]37    ogremath_orxonox
[3196]38    tolua++_orxonox
39    util
40  SOURCE_FILES
41    ${CORE_SRC_FILES}
[1505]42)
Note: See TracBrowser for help on using the repository browser.