bin/CMakeLists.txt
author unc0rr
Tue, 06 Aug 2013 00:26:07 +0400
changeset 9397 7b7ee65f82ad
parent 8442 535a00ca0d35
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
Declare achievements in console statistics output

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)