bin/CMakeLists.txt
author sheepluva
Tue, 21 Jan 2014 21:16:52 +0100
changeset 10038 0a5e651d494c
parent 8442 535a00ca0d35
child 13331 a4e7e62f2c0d
permissions -rw-r--r--
Fix uGearsHandlersMess.pas changes lost in merge r1c02143bfe9c. This seems to only include the drill rocket fixes ( re0dd66b2e73b and r8db0c56f7e2f ) as well as the initial cake push ( r8786d4ac9e0b )

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)