bin/CMakeLists.txt
author sheepluva
Wed, 16 May 2018 18:09:13 +0200
branchui-scaling
changeset 13389 24b531dcebe7
parent 13326 a4e7e62f2c0d
child 13384 cf8abedaa878
permissions -rw-r--r--
add chat size to misc settings. persist in settings.ini

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)