bin/CMakeLists.txt
author nemo
Fri, 27 Apr 2018 11:19:23 -0400
branch0.9.24
changeset 13346 e461deddc942
parent 13326 a4e7e62f2c0d
child 13384 cf8abedaa878
permissions -rw-r--r--
mark this revision as 0.9.24 branching point - next commit requires a protocol bump

if(WIN32 AND NOT UNIX)
    file(GLOB_RECURSE DLLs *.dll)
    file(GLOB ICOs *.ico)

    install(FILES
        ${DLLs}
        ${ICOs}
        DESTINATION ${target_library_install_dir})
endif(WIN32 AND NOT UNIX)