bin/CMakeLists.txt
author koda
Wed, 20 Feb 2013 02:21:58 +0100
branchwebgl
changeset 8450 404ddce27b23
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
add support for clang 3.3 (although there has to be a better way for this) and output right version number

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)