aboutsummaryrefslogtreecommitdiff
path: root/po/CMakeLists.txt
blob: 0b2b2a12b9269c4a7fcd543168a4d38b7af3cdbb (plain)
1
2
3
4
5
6
find_package(Intltool REQUIRED)

intltool_install_translations(
    ALL
    GETTEXT_PACKAGE ${GETTEXT_PACKAGE}
)