~donadigo/appcenter/drivers-2

1
2
3
4
5
6
7
8
9
10
include (Translations)
add_translations_directory (${GETTEXT_PACKAGE})
add_translations_catalog (${GETTEXT_PACKAGE}
    ../src
    ../daemon
    DESKTOP_FILES
        ${CMAKE_BINARY_DIR}/data/org.pantheon.appcenter.desktop.in
    APPDATA_FILES
        ../data/appcenter.appdata.xml.in
)