diff options
Diffstat (limited to 'data/translations/test/CMakeLists.txt')
-rw-r--r-- | data/translations/test/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/translations/test/CMakeLists.txt b/data/translations/test/CMakeLists.txt new file mode 100644 index 000000000..6ad41d7c1 --- /dev/null +++ b/data/translations/test/CMakeLists.txt @@ -0,0 +1,5 @@ +SET(FILES + test1.po + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/translations/test) |