From ff54d0e5923615e62da7c724d0a7729a2ae51d1c Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 20 Jan 2016 11:26:10 -0800 Subject: [PATCH] change target name in server-console README --- server-console/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-console/README.md b/server-console/README.md index 129c784c74..3da7ec95cf 100644 --- a/server-console/README.md +++ b/server-console/README.md @@ -19,7 +19,7 @@ On platforms with separate build folders for release and debug libraries `npm st ### Packaging -CMake produces a target `package-console` that will bundle up everything you need for the console on your platform. +CMake produces a target `packaged-server-console` that will bundle up everything you need for the console on your platform. It ensures that there are available builds for the domain-server, assignment-client, and Interface. Then it produces an executable for the console. Finally it copies all of the produced executables to a directory, ready for testing or packaging for deployment.