bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 12 Oct 2020 21:38:37 +0200
changeset 15749 82fd124e6512
parent 13384 cf8abedaa878
permissions -rw-r--r--
AI: Nerf piano rating; AI will now only use it if it expects huge damage

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