share/hedgewars/Data/Themes/Planes/CMakeLists.txt
author Periklis Ntanasis <pntanasis@gmail.com>
Wed, 07 Aug 2013 00:02:58 +0300
branchspacecampaign
changeset 9476 3ca7160dc6d2
parent 2602 3deb9ff104da
permissions -rw-r--r--
fix bug, not triggered event

file(GLOB images *.png)

install(FILES
    theme.cfg
    ${images}
    DESTINATION ${SHAREPATH}Data/Themes/Planes)