bin/CMakeLists.txt
author nemo
Tue, 17 Feb 2015 12:09:27 -0500
changeset 10830 f3e903ace2d3
parent 8330 aaefa587e277
child 13331 a4e7e62f2c0d
permissions -rw-r--r--
Make hedgewars frontend not change scheme/weps to Default if script cfg doesn't match a known scheme. That is, will leave on whatever is selected. Also set a bunch of schemes where we don't care what the scheme/weps are to *

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)