diff options
Diffstat (limited to 'doc/common/CMakeLists.txt')
-rw-r--r-- | doc/common/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/common/CMakeLists.txt b/doc/common/CMakeLists.txt new file mode 100644 index 0000000..7871a0c --- /dev/null +++ b/doc/common/CMakeLists.txt @@ -0,0 +1,5 @@ +FILE(GLOB JPGFILES *.jpg ) +FILE(GLOB PNGFILES *.png ) + +INSTALL(FILES ${JPGFILES} ${PNGFILES} + DESTINATION ${HTML_INSTALL_DIR}/en/common) |