bin/CMakeLists.txt
author nemo
Tue, 21 Aug 2018 15:26:29 -0400
branch0.9.24
changeset 13688 6c0cf6b9eff8
parent 13331 a4e7e62f2c0d
child 13389 cf8abedaa878
permissions -rw-r--r--
use 0s instead of nils to try to protect script assumptions

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)