bin/CMakeLists.txt
author unC0Rr
Mon, 03 Feb 2025 15:25:28 +0100
changeset 16082 669cdf697f16
parent 13384 cf8abedaa878
permissions -rw-r--r--
Simplify 'for' loop by keeping more information about iterator

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