mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13: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()
|