Changeset 3159 for code/branches/pch/cmake/GenerateToluaBindings.cmake
- Timestamp:
- Jun 13, 2009, 6:41:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/cmake/GenerateToluaBindings.cmake
r2710 r3159 48 48 ) 49 49 SOURCE_GROUP("Tolua" FILES ${_tolua_cxxfile} ${_tolua_hfile}) 50 # Disable annoying GCC warnings 51 IF(CMAKE_COMPILER_IS_GNU) 52 SET_SOURCE_FILES_PROPERTIES(${_tolua_cxxfile} PROPERTIES COMPILE_FLAGS "-w") 53 ENDIF() 50 54 51 55 # Create temporary package file
Note: See TracChangeset
for help on using the changeset viewer.