diff options
author | gregory guy <[email protected]> | 2018-11-01 15:12:24 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-11-04 12:42:52 +0100 |
commit | 1905b0563f9ff9a86dadf03feb3cf81c47b6267e (patch) | |
tree | 5c0b09bd6cbd6f37980fa0325f7c2432a513962f /po | |
parent | 0cd4d565764dd403047d804844da868c592298e4 (diff) | |
download | kdirstat-1905b0563f9ff9a86dadf03feb3cf81c47b6267e.tar.gz kdirstat-1905b0563f9ff9a86dadf03feb3cf81c47b6267e.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'po')
-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..f5a2e1b --- /dev/null +++ b/po/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} ) |