bin/CMakeLists.txt
author nemo
Tue, 12 Apr 2016 15:41:48 -0400
changeset 11646 42d7f5dbd8dc
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
Fixes crash Wuzzy and I were encountering in debian fpc 2.6.2 and 3.0.0 after the addition of the uPhysFSLayer dependency to uUtils in rcac74d9075be

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)