bin/CMakeLists.txt
author sheepluva
Fri, 16 Sep 2016 00:22:05 +0200
changeset 11853 6a0d6b00dac8
parent 8330 aaefa587e277
child 13331 a4e7e62f2c0d
permissions -rw-r--r--
Highlander: give visual and acustic feedback when weapons are collected from a kill, similar to collecting a crate

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)