diff options
Diffstat (limited to 'po')
| -rw-r--r-- | po/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt new file mode 100644 index 0000000..17feca8 --- /dev/null +++ b/po/CMakeLists.txt @@ -0,0 +1,6 @@ +# vyroba jazyku pomoci gettexu doufam ze na nej prejdem +IF ( HAVE_GETTEXT ) + INCLUDE( Po ) + COMPILE_PO_FILES( ${CMAKE_SOURCE_DIR}/po MO_FILES ) + ADD_CUSTOM_TARGET( mofiles ALL DEPENDS ${MO_FILES} ) +ENDIF ( HAVE_GETTEXT ) |