share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 26 Apr 2017 00:47:14 +0200
changeset 12330 fc6bb8471882
parent 10510 9329dab04490
permissions -rw-r--r--
Update more HWPs: Knockball, Racer, Construction Mode Changes: - New ammo icon for Knockball's baseball bat with ball - New ammo icon for waypoint placement tool in Racer - Remove airplane cursor in Racer and Construction Mode

file(GLOB luafiles *.lua)
file(GLOB cfgfiles *.cfg)
file(GLOB hwpfiles *.hwp)

install(FILES
    ${luafiles}
    ${cfgfiles}
    ${hwpfiles}
    DESTINATION ${SHAREPATH}Data/Scripts/Multiplayer)