share/hedgewars/Data/Names/CMakeLists.txt
author koda
Sat, 14 Nov 2015 03:22:20 +0100
branchsdl2transition
changeset 11379 7bc9042549c1
parent 8443 2debc9b9f917
permissions -rw-r--r--
Drop all GLUT references It was needed to create the hidden videorec window, now SDL2 offers this feature natively.

file(GLOB txtnames *.txt)
file(GLOB cfgnames *.cfg)

install(FILES
    types.ini
    ${txtnames}
    ${cfgnames}
    DESTINATION ${SHAREPATH}Data/Names)