bin/CMakeLists.txt
author nemo
Thu, 29 Nov 2018 10:49:08 -0500
changeset 14346 d5317635f368
parent 13389 cf8abedaa878
permissions -rw-r--r--
fix bounds check, make out of bounds air mines fall since there's no land to check them into

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