Changeset 1883 for code/branches/buildsystem/cmake
- Timestamp:
- Oct 5, 2008, 1:14:28 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem/cmake/UseTolua.cmake
r1882 r1883 41 41 OUTPUT "${_tolua_cxxfile}" "${_tolua_hfile}" 42 42 COMMAND "${TOLUA_EXECUTABLE}" -n "${_tolua_package}" -o "${_tolua_cxxfile}" -H "${_tolua_hfile}" "${_tolua_pkgfile}" 43 DEPENDS "${_tolua_executable_name}" "${_tolua_inputfiles}"43 DEPENDS "${_tolua_executable_name}" ${_tolua_inputfiles} 44 44 WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" 45 45 )
Note: See TracChangeset
for help on using the changeset viewer.