bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sun, 26 Aug 2018 16:51:01 +0200
changeset 13706 dec29ef3ef76
parent 13384 cf8abedaa878
permissions -rw-r--r--
GameServer: Use consistent formatting of clan chat (compared with engine) It's called "clan chat" now, not "team chat". Also the brackets and text positions were inconsistent with engine.

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