bin/CMakeLists.txt
author nemo
Thu, 12 Mar 2020 15:09:16 -0400
changeset 15572 0b16baefefd1
parent 13384 cf8abedaa878
permissions -rw-r--r--
er... nevermind. back this out. ApplyDamage should pick this up just fine.

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