bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sun, 29 Oct 2017 16:57:04 +0100
changeset 12797 981036f1bdef
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
ACF3: Mention mines time in a sequence where it has been forgotten String freeze is maintained, the string is already in stub.lua

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)