mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-08 12:32:01 +00:00
10 lines
242 B
CMake
10 lines
242 B
CMake
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()
|