Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 9, 2009, 1:12:47 PM (15 years ago)
Author:
rgrieder
Message:

Added CMake switch to disable multi-file compilations: DISABLE_COMPILATIONS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/OrxonoxConfig.cmake

    r5695 r5915  
    3838  OPTION(PCH_ENABLE "Global PCH switch" TRUE)
    3939ENDIF()
     40
     41# Global switch to disable multiple file compilations
     42OPTION(DISABLE_COMPILATIONS "Global multi-file compilation switch" FALSE)
    4043
    4144# Use WinMain() or main()?
Note: See TracChangeset for help on using the changeset viewer.