bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sun, 09 Dec 2018 21:13:38 +0100
changeset 14395 f39d34d78028
parent 13384 cf8abedaa878
permissions -rw-r--r--
Colorize switching arrows, pointing arrow and target cross in clan color

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