File: CMakeLists.txt

package info (click to toggle)
cmake-extras 1.3%2B17.04.20170310-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 616 kB
  • sloc: sh: 279; cpp: 188; python: 121; xml: 24; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
intltool_update_potfile(
    ALL
    KEYWORDS "_" "_:1,2" "N_" "N_:1,2"
    POTFILES_TEMPLATE "POTFILES.in.in"
    GETTEXT_PACKAGE ${GETTEXT_PACKAGE}
    COPYRIGHT_HOLDER "Foocorp Ltd."
    FILE_GLOBS "${CMAKE_SOURCE_DIR}/*.gschema.xml.in;${CMAKE_SOURCE_DIR}/python/*.py"
    FILTER ".*test.*;.*filtered"
    LANGUAGE "python"
)

intltool_install_translations(
    ALL
    GETTEXT_PACKAGE ${GETTEXT_PACKAGE}
)