bin/CMakeLists.txt
author mikade <redgrinner@gmail.com>
Wed, 27 May 2015 23:00:56 +0900
changeset 10968 d2f9e25d1d79
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
- reorder waypoint preview - make infinite UFO fuel map-dependant

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)