Changeset 2243 for code/branches/buildsystem/cmake
- Timestamp:
- Nov 21, 2008, 12:22:22 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem/cmake/UseTolua.cmake
r2241 r2243 43 43 -s "${TOLUA_PARSER_SOURCE}" 44 44 "${_tolua_pkgfile}" 45 DEPENDS "${_tolua_executable_name}" ${_tolua_inputfiles} ${TOLUA_PARSER_DEPENDENCIES} 45 DEPENDS "${_tolua_executable_name}" ${TOLUA_PARSER_DEPENDENCIES} 46 IMPLICIT_DEPENDS CXX ${_tolua_inputfiles} 46 47 WORKING_DIRECTORY "${LIBRARY_OUTPUT_PATH}" 47 48 )
Note: See TracChangeset
for help on using the changeset viewer.