Annotation of /linden_release/linden/indra/cmake/TemplateCheck.cmake
Parent Directory
|
Revision Log
Revision 58 - (view) (download)
| 1 : | mjm | 57 | # -*- cmake -*- |
| 2 : | |||
| 3 : | include(Python) | ||
| 4 : | |||
| 5 : | macro (check_message_template _target) | ||
| 6 : | add_custom_command( | ||
| 7 : | TARGET ${_target} | ||
| 8 : | PRE_LINK | ||
| 9 : | COMMAND ${PYTHON_EXECUTABLE} | ||
| 10 : | ARGS ${SCRIPTS_DIR}/template_verifier.py | ||
| 11 : | --mode=development --cache_master | ||
| 12 : | COMMENT "Verifying message template" | ||
| 13 : | ) | ||
| 14 : | endmacro (check_message_template) |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

