bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 18 Apr 2018 17:12:15 +0200
changeset 13341 afc089c39556
parent 13331 a4e7e62f2c0d
child 13389 cf8abedaa878
permissions -rw-r--r--
Removed tag 0.9.24.1-release

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)