1 2 3 4 5 6
file( GLOB _pics *.png ) install( FILES ${_pics} DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/pics )