Changeset 2625 for code/branches/buildsystem2/src
- Timestamp:
- Jan 30, 2009, 4:38:02 PM (16 years ago)
- Location:
- code/branches/buildsystem2/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/CMakeLists.txt
r2624 r2625 8 8 # OIS dynamic linking requires macro definition, at least for Windows 9 9 ADD_COMPILER_FLAGS("-DOIS_DYNAMIC_LIB") 10 11 OPTION(TOLUA_PARSER_RELEASE "Disable all debug messages from tolua bind files for Release and MinSizeRel build types." FALSE) 10 # Tolua binding speedup if required 12 11 ADD_COMPILER_FLAGS("-DTOLUA_RELEASE" Release MinSizeRel TOLUA_PARSER_RELEASE) 13 12 -
code/branches/buildsystem2/src/tolua/CMakeLists.txt
r2624 r2625 29 29 TARGET_LINK_LIBRARIES(tolua++app_orxonox tolua++_orxonox ${LUA_LIBRARIES}) 30 30 31 OPTION(TOLUA_PARSER_RELEASE "Disable all debug messages from tolua bind files for Release and MinSizeRel build types." FALSE) 32 31 33 # Set some variables to the cache in order to use them in the TOLUA macro 32 34 SET(TOLUA_PARSER_SOURCE "${CMAKE_CURRENT_SOURCE_DIR}/all-${LUA_VERSION}.lua" CACHE INTERNAL "")
Note: See TracChangeset
for help on using the changeset viewer.