bin/CMakeLists.txt
author sheepluva
Fri, 12 Apr 2013 21:41:55 +0200
branch0.9.19
changeset 8870 1f2d2406d535
parent 8442 535a00ca0d35
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
remove bioshock3-reference on hedgehogs drowning (unlike its predecessors, it turned out to not take place underwater)

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)