Changeset 2625 for code/branches/buildsystem2/src/tolua
- Timestamp:
- Jan 30, 2009, 4:38:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.