bin/CMakeLists.txt
author alfadur
Mon, 28 May 2018 19:50:15 -0400
changeset 13407 06792533ef91
parent 13384 cf8abedaa878
permissions -rw-r--r--
ensure shotgun works with portals and make it hit airmines

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