bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 24 Apr 2018 20:30:15 +0200
changeset 13343 93325e13d329
parent 13326 a4e7e62f2c0d
child 13384 cf8abedaa878
permissions -rw-r--r--
Change KeyBindToName to shortstring Key names do not and should not be longer than 255 characters. ;-)

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)