bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 17 Jul 2018 12:17:11 +0200
branch0.9.24
changeset 13594 4acd189a563e
parent 13331 a4e7e62f2c0d
child 13389 cf8abedaa878
permissions -rw-r--r--
Fix video recorder not working if sound disabled (fixes bug #200)

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)