View of /linden_release/linden/indra/cmake/TemplateCheck.cmake
Parent Directory
|
Revision Log
Revision 58 -
(download)
(annotate)
Wed Nov 19 01:18:42 2008 UTC (4 years, 6 months ago) by mjm
File size: 346 byte(s)
Wed Nov 19 01:18:42 2008 UTC (4 years, 6 months ago) by mjm
File size: 346 byte(s)
Fix SVN properties.
# -*- cmake -*-
include(Python)
macro (check_message_template _target)
add_custom_command(
TARGET ${_target}
PRE_LINK
COMMAND ${PYTHON_EXECUTABLE}
ARGS ${SCRIPTS_DIR}/template_verifier.py
--mode=development --cache_master
COMMENT "Verifying message template"
)
endmacro (check_message_template)
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

