diff options
Diffstat (limited to 'kvoctrain/kvoctrain/examples/CMakeLists.txt')
-rw-r--r-- | kvoctrain/kvoctrain/examples/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kvoctrain/kvoctrain/examples/CMakeLists.txt b/kvoctrain/kvoctrain/examples/CMakeLists.txt new file mode 100644 index 00000000..232b0500 --- /dev/null +++ b/kvoctrain/kvoctrain/examples/CMakeLists.txt @@ -0,0 +1,4 @@ +install( + FILES sample-de.kvtml sample-en.kvtml + DESTINATION ${DATA_INSTALL_DIR}/kvoctrain/examples +) |