bin/CMakeLists.txt
author unc0rr
Wed, 02 May 2018 23:07:41 +0200
changeset 13358 a79c1206bacd
parent 13326 a4e7e62f2c0d
child 13384 cf8abedaa878
permissions -rw-r--r--
Call GetNext twice as many times to distribute seed across the whole buffer even for single byte seeds

if(WIN32 AND NOT UNIX)
    file(GLOB_RECURSE DLLs *.dll)
    file(GLOB ICOs *.ico)

    install(FILES
        ${DLLs}
        ${ICOs}
        DESTINATION ${target_library_install_dir})
endif(WIN32 AND NOT UNIX)