bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 24 Jul 2018 18:37:52 +0200
branch0.9.24
changeset 13545 8b89bdb3c3dd
parent 13326 a4e7e62f2c0d
child 13384 cf8abedaa878
permissions -rw-r--r--
Fix broken controller/joystick button and axis events The problem were bad records in SDLh.pas

if(WIN32 AND NOT UNIX)
    file(GLOB_RECURSE DLLs *.dll)
    file(GLOB ICOs *.ico)

    install(FILES
        ${DLLs}
        ${ICOs}
        DESTINATION ${target_library_install_dir})
endif(WIN32 AND NOT UNIX)