1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
PY3_PROGRAM(jinja2-hello) OWNER(shadchin) PEERDIR( contrib/python/Jinja2 ) PY_SRCS( NAMESPACE hello __init__.py __main__.py ) RESOURCE_FILES( PREFIX contrib/python/Jinja2/examples/hello/ templates/hello ) END()