]> git.saurik.com Git - apt.git/blame - po/CMakeLists.txt
CMake: Add support for building and installing .mo files
[apt.git] / po / CMakeLists.txt
CommitLineData
7def2482
JAK
1apt_add_translation_domain(libapt-pkg${APT_PKG_MAJOR} apt-pkg)
2
3apt_add_translation_domain(apt # Domain
4 apt apt-cache apt-get apt-config apt-cdrom
5 apt-helper apt-mark
6 apt-private
7 # Methods
8 file copy store gpgv cdrom http https ftp rred rsh)
9
10
11apt_add_translation_domain(apt-utils # Domain
12 apt-sortpkgs
13 apt-extracttemplates
14 apt-internal-solver
15 apt-dump-solver
16 apt-internal-planner
17 apt-ftparchive)
18
19# Add the translations for libapt-inst, and set the translation domain.
20apt_add_translation_domain(libapt-inst${APT_INST_MAJOR} apt-inst)