summaryrefslogtreecommitdiffstats
path: root/pics/CMakeLists.txt
blob: 8f904f3c534d051f56bf626a2ce8ae8d494561c6 (plain)
1
2
3
4
5
6
file( GLOB _pics *.png )

install(
  FILES ${_pics}
  DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/pics
)