bin/CMakeLists.txt
author sheepluva
Wed, 18 Jun 2014 01:37:28 +0200
changeset 10324 5d90d8ca9657
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
tweak code of DrawTextureFromRectDir a bit, removing issue with different x offset depending on dir. also removing the workaround wrt that issue in the frozen hog code

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)