bin/CMakeLists.txt
author nemo
Sun, 13 Sep 2015 15:36:06 -0400
changeset 11169 1b386b9e1be0
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
Move health:= 6 to gear addition so lua can more easily override it.

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)