- Timestamp:
- May 28, 2011, 9:57:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/cmake/tools/GenerateToluaBindings.cmake
r8363 r8650 58 58 ) 59 59 60 # Disable annoying GCC warnings61 60 IF(CMAKE_COMPILER_IS_GNU) 61 # Disable annoying GCC warnings 62 62 SET_SOURCE_FILES_PROPERTIES(${_tolua_cxxfile} PROPERTIES COMPILE_FLAGS "-w") 63 ENDIF() 64 65 IF(MSVC) 66 # Including the file in a build unit is impossible because CMAKE_CFG_INTDIR 67 # exands to an expression that the compiler doesn't understand 68 SET_SOURCE_FILES_PROPERTIES(${_tolua_cxxfile} PROPERTIES EXCLUDE_FROM_BUILD_UNITS TRUE) 63 69 ENDIF() 64 70
Note: See TracChangeset
for help on using the changeset viewer.