diff options
Diffstat (limited to 'doc/CMakeLists.txt')
| -rw-r--r-- | doc/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 0000000..e956c73 --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1,9 @@ +##### subfolders + +add_subdirectory( man ) +add_subdirectory( scriptexamples ) + +install( + FILES COPYING + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/license +) |
