1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-27 22:05:57 +00:00

Add gettext processing to Cmake build instructions

This commit is contained in:
Robin Stuart
2020-11-21 21:52:27 +00:00
parent b765ea1918
commit cc2ff81205
15 changed files with 714 additions and 87 deletions

View File

@@ -0,0 +1,9 @@
PROJECT(zint_po)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0 FATAL_ERROR)
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../")
set(GettextTranslate_ALL true)
set(GettextTranslate_GMO_BINARY true)
include(GettextTranslate)
GettextTranslate()