Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 29, 2009, 11:35:54 PM (15 years ago)
Author:
rgrieder
Message:

This commit gets a little ugly, couldn't separate that anymore:

  • Renamed UseTolua.cmake to GenerateLuaBindings.cmake
  • Applied the macros for compiler flags, linker flags, header files and source groups Updated the whole build tree for that
  • Created real compiler config scripts (BuildConfigGCC.cmake and BuildConfigMSVC.cmake)
  • Large scale clean up in BuildConfig.cmake
  • You can now specify your own LibraryConfig and BuildConfig script via CMake Cache
  • Lots of small changes and fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/src/orxonox/objects/CMakeLists.txt

    r2518 r2621  
    1 ADD_SOURCE_FILES(
     1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
    22  EventListener.cc
    33  EventDispatcher.cc
     
    1313)
    1414
    15 ADD_SOURCE_DIRECTORY(controllers)
    16 ADD_SOURCE_DIRECTORY(gametypes)
    17 ADD_SOURCE_DIRECTORY(infos)
    18 #ADD_SOURCE_DIRECTORY(pickup)
    19 ADD_SOURCE_DIRECTORY(quest)
    20 ADD_SOURCE_DIRECTORY(weaponSystem)
    21 ADD_SOURCE_DIRECTORY(worldentities)
     15ADD_SUBDIRECTORY(controllers)
     16ADD_SUBDIRECTORY(gametypes)
     17ADD_SUBDIRECTORY(infos)
     18#ADD_SUBDIRECTORY(pickup)
     19ADD_SUBDIRECTORY(quest)
     20ADD_SUBDIRECTORY(weaponSystem)
     21ADD_SUBDIRECTORY(worldentities)
Note: See TracChangeset for help on using the changeset viewer.