bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 14 Jan 2019 19:26:24 +0100
changeset 14587 164ec37e9e4b
parent 13384 cf8abedaa878
permissions -rw-r--r--
Rename the special "none" key in frontend

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