FILE(GLOB pngs "*.png")
INSTALL(FILES ${pngs}
        DESTINATION share/stage/worlds/bitmaps
)

