| Last change
                  on this file since 3374 was
                  3230,
                  checked in by scheusso, 16 years ago | 
        
          | 
moved Thread and ThreadPool to core because of linking issues
 | 
        
          | 
              
                  Property svn:eol-style set to
                  native | 
        | File size:
            2.1 KB | 
      
      
        
  | Line |  | 
|---|
| 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(CORE_SRC_FILES | 
|---|
| 21 | Clock.cc | 
|---|
| 22 | ConfigFileManager.cc | 
|---|
| 23 | ConfigValueContainer.cc | 
|---|
| 24 | Core.cc | 
|---|
| 25 | Event.cc | 
|---|
| 26 | Game.cc | 
|---|
| 27 | GameMode.cc | 
|---|
| 28 | GameState.cc | 
|---|
| 29 | Language.cc | 
|---|
| 30 | LuaBind.cc | 
|---|
| 31 | ObjectListBase.cc | 
|---|
| 32 | OrxonoxClass.cc | 
|---|
| 33 |  | 
|---|
| 34 | # command | 
|---|
| 35 | ArgumentCompletionFunctions.cc | 
|---|
| 36 | CommandEvaluation.cc | 
|---|
| 37 | CommandExecutor.cc | 
|---|
| 38 | CommandLine.cc | 
|---|
| 39 | ConsoleCommand.cc | 
|---|
| 40 | ConsoleCommandCompilation.cc | 
|---|
| 41 | Executor.cc | 
|---|
| 42 |  | 
|---|
| 43 | # hierarchy | 
|---|
| 44 | Factory.cc | 
|---|
| 45 | Identifier.cc | 
|---|
| 46 | MetaObjectList.cc | 
|---|
| 47 |  | 
|---|
| 48 | # level | 
|---|
| 49 | BaseObject.cc | 
|---|
| 50 | ClassTreeMask.cc | 
|---|
| 51 | Loader.cc | 
|---|
| 52 | Namespace.cc | 
|---|
| 53 | NamespaceNode.cc | 
|---|
| 54 | Template.cc | 
|---|
| 55 | XMLPort.cc | 
|---|
| 56 | XMLNameListener.cc | 
|---|
| 57 |  | 
|---|
| 58 | # shell | 
|---|
| 59 | IRC.cc | 
|---|
| 60 | Shell.cc | 
|---|
| 61 | TclBind.cc | 
|---|
| 62 | TclThreadManager.cc | 
|---|
| 63 |  | 
|---|
| 64 | # multithreading | 
|---|
| 65 | Thread.cc | 
|---|
| 66 | ThreadPool.cc | 
|---|
| 67 | ) | 
|---|
| 68 | ADD_SUBDIRECTORY(input) | 
|---|
| 69 |  | 
|---|
| 70 | ORXONOX_ADD_LIBRARY(core | 
|---|
| 71 | FIND_HEADER_FILES | 
|---|
| 72 | TOLUA_FILES | 
|---|
| 73 | CommandExecutor.h | 
|---|
| 74 | Game.h | 
|---|
| 75 | LuaBind.h | 
|---|
| 76 | DEFINE_SYMBOL | 
|---|
| 77 | "CORE_SHARED_BUILD" | 
|---|
| 78 | PCH_FILE | 
|---|
| 79 | CorePrecompiledHeaders.h | 
|---|
| 80 | LINK_LIBRARIES | 
|---|
| 81 | ${OGRE_LIBRARY} | 
|---|
| 82 | ${Boost_THREAD_LIBRARY} | 
|---|
| 83 | ${Boost_FILESYSTEM_LIBRARY} | 
|---|
| 84 | ${Boost_SYSTEM_LIBRARY} | 
|---|
| 85 | ${Boost_DATE_TIME_LIBRARY} # MSVC only | 
|---|
| 86 | ${LUA_LIBRARIES} | 
|---|
| 87 | cpptcl_orxonox | 
|---|
| 88 | ois_orxonox | 
|---|
| 89 | tinyxml++_orxonox | 
|---|
| 90 | tolua++_orxonox | 
|---|
| 91 | util | 
|---|
| 92 | SOURCE_FILES | 
|---|
| 93 | ${CORE_SRC_FILES} | 
|---|
| 94 | ) | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.