Changeset 8363 for code/trunk/cmake
- Timestamp:
- Apr 30, 2011, 4:36:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/tools/GenerateToluaBindings.cmake
r8351 r8363 63 63 ENDIF() 64 64 65 # Tolua binding speedup if required66 IF(ORXONOX_RELEASE)67 SET_SOURCE_FILES_PROPERTIES(${_tolua_cxxfile} PROPERTIES COMPILE_FLAGS "-DTOLUA_RELEASE")68 ENDIF()69 70 65 # Create temporary package file and implicit dependencies 71 66 FILE(REMOVE ${_tolua_pkgfile})
Note: See TracChangeset
for help on using the changeset viewer.