bin/CMakeLists.txt
author nemo
Sat, 23 Jan 2016 17:29:44 -0500
changeset 11534 58b4e357bcbf
parent 8330 aaefa587e277
child 13331 a4e7e62f2c0d
permissions -rw-r--r--
As an animation effect this should be in uGearsRender. Plus it'll still spark when paused then, which is kinda fun.

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)