bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 17 Jul 2018 19:44:29 +0200
changeset 13499 c41b16ac2e05
parent 13384 cf8abedaa878
permissions -rw-r--r--
Clarify the wording of a few checkFails messages

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