Changeset 2519 for code/branches/buildsystem2/src/tolua
- Timestamp:
- Dec 21, 2008, 11:06:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/tolua/CMakeLists.txt
r2510 r2519 6 6 tolua_to.c 7 7 ) 8 9 TARGET_LINK_LIBRARIES(tolualib_orxonox ${LUA_LIBRARIES})10 8 11 9 #INSTALL(TARGETS tolualib_orxonox LIBRARY DESTINATION lib) … … 27 25 ENDIF("${LUA_VERSION}" MATCHES "^5.0") 28 26 27 # Set some variables to the parent scope in order to use them in the TOLUA macro 28 GET_TARGET_PROPERTY(_temp_location toluaexe_orxonox LOCATION) 29 SET(TOLUA_PARSER_EXECUTABLE ${_temp_location} PARENT_SCOPE) 29 30 SET(TOLUA_PARSER_SOURCE "${CMAKE_CURRENT_SOURCE_DIR}/${TOLUA_ALL_PACK}" PARENT_SCOPE) 30 31 SET(TOLUA_PARSER_DEPENDENCIES 32 toluaexe_orxonox 31 33 ${CMAKE_CURRENT_SOURCE_DIR}/${TOLUA_ALL_PACK} 32 34 ${CMAKE_CURRENT_SOURCE_DIR}/lua/compat-5.1.lua
Note: See TracChangeset
for help on using the changeset viewer.