share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author unc0rr
Wed, 01 Jan 2014 00:45:28 +0400
branch0.9.20
changeset 9897 f705dc750df2
parent 8443 2debc9b9f917
child 10493 bcbf029e6b08
permissions -rw-r--r--
This is the way I like it: - Only call fpc on hwengine.pas, let compiler rule the dependencies - Make hwengine.pas depend on all other source files, so 'make' always calls fpc

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

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