bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 04 Oct 2018 20:36:41 +0200
changeset 13842 6e4e745f42bb
parent 13389 cf8abedaa878
permissions -rw-r--r--
Fix speech bubble chat commands also applying to bots

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