summaryrefslogtreecommitdiffstats
path: root/doc/en/handbook/html/CMakeLists.txt
blob: f2132642f720b4976b810dab104e531d67eef2cf (plain)
1
2
3
4
5
6
7

file( GLOB handbook_images *.png )

install(
  FILES ${handbook_images}
  DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME}/handbook
)