Changeset 8688 for code/branches/unity_build/src/CMakeLists.txt
- Timestamp:
- May 30, 2011, 6:51:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/CMakeLists.txt
r8644 r8688 145 145 ################### Tolua Bind ################## 146 146 147 # Create directory because the tolua application doesn't work otherwise 148 IF(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/toluabind/${CMAKE_CFG_INTDIR}) 149 FILE(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/toluabind/${CMAKE_CFG_INTDIR}) 150 ENDIF() 151 152 INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/toluabind/${CMAKE_CFG_INTDIR}) 147 # Add hook script to the lua code that generates the bindings 148 SET(TOLUA_PARSER_HOOK_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/libraries/core/ToluaInterfaceHook.lua) 149 SET(TOLUA_PARSER_DEPENDENCIES ${TOLUA_PARSER_DEPENDENCIES} ${TOLUA_PARSER_HOOK_SCRIPT}) 153 150 154 151 ################ Sub Directories ################
Note: See TracChangeset
for help on using the changeset viewer.