bin/CMakeLists.txt
author nemo
Wed, 07 Nov 2018 15:18:09 -0500
changeset 14186 8d9e3af8abce
parent 13384 cf8abedaa878
permissions -rw-r--r--
ignore whitespace/case by default to reduce false positives

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