bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sun, 13 Jan 2019 17:02:15 +0100
changeset 14565 833ab5b359e5
parent 13384 cf8abedaa878
permissions -rw-r--r--
Deny air attack in bounce world edge if target is in "impossible" position

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