bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 02 Aug 2018 04:04:21 +0200
changeset 13598 f4d51ecf6043
parent 13384 cf8abedaa878
permissions -rw-r--r--
Remove bad king death message The bad message had multiple %1 in it, which the engine does not resolve (yet)

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