share/hedgewars/Data/Scripts/CMakeLists.txt
author sheepluva
Sat, 30 Nov 2013 11:14:32 +0100
changeset 9724 b3fefde4cff7
parent 8443 2debc9b9f917
permissions -rw-r--r--
fixing position of spawning sparkles of target gears by applying a filthy workaround for a filthy bug in the filthy filthy doStepCase handler. please read issue #721 ps: filthy.

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)