bin/CMakeLists.txt
author unC0Rr
Fri, 14 Nov 2014 17:00:47 +0300
changeset 10494 0eb97cf4c78e
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
Fix warnings given by 32-bit fpc

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)