Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Removed src/util/OrxonoxPlatform.h and added src/OrxonoxConfig.h.in that gets configured by CMake.

File:
1 edited

Legend:

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

    r2610 r2619  
     1################ OrxonoxConfig.h ################
     2
     3# Copy and configure OrxonoxConfig which gets included in every file
     4CONFIGURE_FILE(OrxonoxConfig.h.in ${CMAKE_CURRENT_BINARY_DIR}/OrxonoxConfig.h)
     5
    16# Set the search paths for include files
    27INCLUDE_DIRECTORIES(
Note: See TracChangeset for help on using the changeset viewer.