bin/CMakeLists.txt
author sheepluva
Sat, 13 Apr 2013 19:11:52 +0200
branch0.9.19
changeset 8875 e2b083e3f77b
parent 8442 535a00ca0d35
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
remove low grav from fort mode since players might not appreciate it if they just want to play a quick regular forts match against a challenger. fix typo

if(WIN32 AND NOT UNIX)
    file(GLOB DLLs *.dll)
    file(GLOB ICOs *.ico)

    install(FILES
        ${DLLs}
        ${ICOs}
        DESTINATION ${target_library_install_dir})
endif(WIN32 AND NOT UNIX)