bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 20 Dec 2018 15:53:22 +0100
changeset 14486 65b25ca6ff31
parent 13389 cf8abedaa878
permissions -rw-r--r--
Check team name collision and make them unique, if neccessary

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