bin/CMakeLists.txt
author nemo
Fri, 17 Jan 2014 15:37:24 -0500
changeset 10010 2a1483d91977
parent 8442 535a00ca0d35
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
well. let's fix this at least - only apply to gears that are actually hedgehogs, not just ones associated with a hedgehog (which can be pretty much any gear since damage tracking was added)

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)