bin/CMakeLists.txt
author nemo
Sun, 27 May 2018 20:32:06 -0400
changeset 13406 6a3f94fe2636
parent 13384 cf8abedaa878
permissions -rw-r--r--
allow freezing airmines outside the Land area too. Make the top of frozen mine a little flatter

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