bin/CMakeLists.txt
author sheepluva
Mon, 13 Jul 2015 11:01:01 +0200
changeset 11006 cb06b7985261
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
don't keep around those right-side fort files which are just mirror images of left-side forts. generate them at run-time instead. note: inlining changes and deleting files - so consider clean build/install

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)