bin/CMakeLists.txt
author antonc27 <antonc27@mail.ru>
Wed, 04 Nov 2015 03:19:03 +0100
branchios-revival
changeset 11287 e83deac94818
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
- Removing unnecessary '-Wl,-no_order_inits' linker flag Note: More info here - http://wiki.freepascal.org/iPhone/iPod_development

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)