diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-08-07 11:45:47 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2021-08-17 11:12:56 +0200 |
commit | 2fe98299baff89c26b594704ea6baf6bd8336346 (patch) | |
tree | 66a3169b6f1af61b0e49bb1a258e619171295e2a /po/CMakeLists.txt | |
parent | f5cb5376886b7394cfbc7d84acac65f5181affcd (diff) | |
download | qalculate-tde-2fe98299baff89c26b594704ea6baf6bd8336346.tar.gz qalculate-tde-2fe98299baff89c26b594704ea6baf6bd8336346.zip |
Conversion to the cmake building system.
Added a man page taken from the Debian packaging system.
Changed the doc folder's layout.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
CMake: Use tde_add_project_translations common macro.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r-- | po/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt new file mode 100644 index 0000000..24e3bd8 --- /dev/null +++ b/po/CMakeLists.txt @@ -0,0 +1 @@ +tde_add_project_translations() |