bin/CMakeLists.txt
author nemo
Sat, 01 Feb 2014 22:03:22 -0500
changeset 10096 51d6b80ba43c
parent 8330 aaefa587e277
child 13331 a4e7e62f2c0d
permissions -rw-r--r--
don't allow getting 2nd copy of wep you already have, prevent gaining banned weps even if set to infinite in scheme.

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)