bin/CMakeLists.txt
author alfadur
Wed, 12 Sep 2018 19:51:45 +0300
changeset 13781 720dc03600c9
parent 13389 cf8abedaa878
permissions -rw-r--r--
Fix engine crash when using lasersight outside the world bounds

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