bin/CMakeLists.txt
author nemo
Tue, 27 Mar 2018 13:45:58 -0400
changeset 13285 fd1017c85dd4
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
might as well put this after the last mining

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)