diff options
author | Julien Lavergne <gilir@ubuntu.com> | 2013-01-05 17:34:12 +0100 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2014-01-03 08:02:30 -0200 |
commit | d33b2ea95fe556502b0cc64143e8fadbebd5f42d (patch) | |
tree | 29dfaff020399094ead3470d66e3fba1d1adde57 /po/CMakeLists.txt | |
parent | 5b3a1c66d5dfbbb7421987a71f946faa43cad43f (diff) |
Realize that we are using cmake, and modify the build system using elementary module
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r-- | po/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt new file mode 100644 index 00000000..95dbdfea --- /dev/null +++ b/po/CMakeLists.txt @@ -0,0 +1,3 @@ +include(Translations) +add_translations_directory("hardinfo") +add_translations_catalog("hardinfo" ../shell/ ../modules/ ../hardinfo/ ../remote/ ../help-viewer/ )
\ No newline at end of file |