bin/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sun, 27 Nov 2016 03:18:20 +0100
changeset 12094 0183b4c448bf
parent 8330 aaefa587e277
child 13331 a4e7e62f2c0d
permissions -rw-r--r--
Fix Killing the Specialists giving you a free turn after killing Desert Eagle with a desert eagle with shot 1-3

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)