bin/CMakeLists.txt
author KoBeWi
Wed, 31 Oct 2018 16:31:16 +0100
changeset 14048 bb346e2d1671
parent 13389 cf8abedaa878
permissions -rw-r--r--
Update Polish translation

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