share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author koda
Sun, 27 Jan 2013 00:01:26 +0100
changeset 8443 2debc9b9f917
parent 7632 81e5e7092023
child 9258 5c760ed50b3d
child 9306 c9978ada9a3d
permissions -rw-r--r--
remove trailing whitespaces from share too

add_subdirectory("A Classic Fairytale")

file(GLOB Scripts *.lua)

install(FILES
    ${Scripts}
    DESTINATION ${SHAREPATH}Data/Missions/Campaign)