From d33b2ea95fe556502b0cc64143e8fadbebd5f42d Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Sat, 5 Jan 2013 17:34:12 +0100 Subject: Realize that we are using cmake, and modify the build system using elementary module --- po/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 po/CMakeLists.txt (limited to 'po/CMakeLists.txt') 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 -- cgit v1.2.3