bin/CMakeLists.txt
author unC0Rr
Mon, 13 Jan 2025 11:39:58 +0100
changeset 16095 b68e513d1416
parent 13384 cf8abedaa878
permissions -rw-r--r--
Make bots wait a bit if there are air mines moving

if(WIN32 AND NOT UNIX)
    install(DIRECTORY .
        DESTINATION ${target_library_install_dir}
		FILES_MATCHING PATTERN "*.dll" PATTERN "*.ico" 
		)
endif(WIN32 AND NOT UNIX)