mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-28 06:16:03 +00:00
Add gettext processing to Cmake build instructions
This commit is contained in:
9
frontend/po/CMakeLists.txt
Normal file
9
frontend/po/CMakeLists.txt
Normal 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()
|
||||
Reference in New Issue
Block a user