Changeset 2702 for code/branches/buildsystem3/src/CMakeLists.txt
- Timestamp:
- Feb 27, 2009, 2:13:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/CMakeLists.txt
r2690 r2702 62 62 CHECK_CXX_SOURCE_COMPILES("${_source}" HAVE_FORCEINLINE) 63 63 64 # Check ciso646 include ( operators in words)64 # Check ciso646 include (literal operators) 65 65 INCLUDE(CheckIncludeFileCXX) 66 66 CHECK_INCLUDE_FILE_CXX(iso646.h HAVE_ISO646_H) … … 78 78 # Copy and configure OrxonoxConfig which gets included in every file 79 79 CONFIGURE_FILE(OrxonoxConfig.h.in ${CMAKE_CURRENT_BINARY_DIR}/OrxonoxConfig.h) 80 # This file only gets included by very few classes to avoid a large recompilation 81 CONFIGURE_FILE(SpecialConfig.h.in ${CMAKE_CURRENT_BINARY_DIR}/SpecialConfig.h) 80 82 81 83
Note: See TracChangeset
for help on using the changeset viewer.