bin/CMakeLists.txt
author antonc27 <antonc27@mail.ru>
Tue, 01 Mar 2016 14:46:13 +0100
changeset 11592 cf83d9cb5590
parent 8330 aaefa587e277
child 13331 a4e7e62f2c0d
permissions -rw-r--r--
- Enable CI builds with travis for hw iOS

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)