bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 31 Oct 2018 18:41:02 +0100
changeset 14052 321bc980fcaa
parent 13389 cf8abedaa878
permissions -rw-r--r--
Fix various string errors in Lua locale files - Wrong format symbol - Typos - Empty translations

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