Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 21, 2009, 11:53:13 AM (15 years ago)
Author:
rgrieder
Message:

Added general PCH_ENABLE option in CMake to disable PCH with one simple option (use cmake -DPCH_ENABLE=FALSE when configuring).
Also moved all build-related options to BuildConfig and moved some code around there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/CMakeLists.txt

    r3196 r3330  
    3030# Tolua binding speedup if required
    3131ADD_COMPILER_FLAGS("-DTOLUA_RELEASE" ORXONOX_RELEASE)
    32 
    33 # Default linking is SHARED
    34 SET(ORXONOX_DEFAULT_LINK SHARED)
    3532
    3633################ OrxonoxConfig.h ################
Note: See TracChangeset for help on using the changeset viewer.