share/hedgewars/Data/Missions/Scenario/CMakeLists.txt
author unc0rr
Mon, 02 Jan 2017 00:05:12 +0300
changeset 12127 36ac9c075d0d
parent 11968 1de4d6b35748
child 13087 b6df6283e2ba
permissions -rw-r--r--
- Use netbuf buffers for client connection stream - Read data from client

file(GLOB Scripts *.lua)

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