bin/CMakeLists.txt
author koda
Sun, 15 May 2016 10:43:18 +0200
changeset 11807 93621207563b
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
avrec crash/math fix (sheepy here, committing koda's fix because I'm tired of having it lying around in my repo :P

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)