bin/CMakeLists.txt
author nemo
Wed, 09 Oct 2013 20:16:34 -0400
changeset 9505 56e0cca99e20
parent 8442 535a00ca0d35
child 13331 a4e7e62f2c0d
permissions -rw-r--r--
Allow girder construction to wrap. Makes wrapping w/ large bodies of water a bit more interesting.

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)