bin/CMakeLists.txt
author antonc27 <antonc27@mail.ru>
Wed, 04 Nov 2015 03:23:32 +0100
branchios-revival
changeset 11288 b14a925c6530
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
- GCC_THUMB_SUPPORT removed Note: This flag needed only for armv6, so outdated now. More info - http://stackoverflow.com/a/3311608/2241008

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)