bin/CMakeLists.txt
author nemo
Sat, 31 May 2014 15:04:26 -0400
changeset 10250 887610b44848
parent 8330 aaefa587e277
child 13331 a4e7e62f2c0d
permissions -rw-r--r--
disable these weaponset flags. they bug up highlander and otherwise have no useful impact on the script.

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)