Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 26, 2009, 12:44:49 AM (16 years ago)
Author:
rgrieder
Message:

Stripped sandbox further down to get a light version that excludes almost all core features.
Also, the Ogre dependency has been removed and a little ogremath library been added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox_light/src/CMakeLists.txt

    r5782 r5789  
    3939ADD_COMPILER_FLAGS("-DBOOST_ALL_DYN_LINK" WIN32 LINK_BOOST_DYNAMIC)
    4040ADD_COMPILER_FLAGS("-DLUA_BUILD_AS_DLL"   WIN32 LINK_LUA_DYNAMIC)
    41 # If no defines are specified, these libs get linked dynamically
    42 ADD_COMPILER_FLAGS("-DOGRE_STATIC_LIB"    WIN32 NOT LINK_OGRE_DYNAMIC)
    4341
    4442############## Include Directories ##############
     
    4745INCLUDE_DIRECTORIES(
    4846  # External
    49   ${OGRE_INCLUDE_DIR}
    5047  ${Boost_INCLUDE_DIRS}
    5148  ${LUA_INCLUDE_DIR}
     
    7471ADD_SUBDIRECTORY(libraries)
    7572ADD_SUBDIRECTORY(orxonox)
    76 ADD_SUBDIRECTORY(modules)
    7773
    7874################ Executable ################
Note: See TracChangeset for help on using the changeset viewer.