cmake: prefix host tools file names with optee_example_

Sync the CMake build with the GNU make and the Android make
process. All client applications generated by this package
are prefixed with optee_example_.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
diff --git a/acipher/CMakeLists.txt b/acipher/CMakeLists.txt
index d749f62..4af31d5 100644
--- a/acipher/CMakeLists.txt
+++ b/acipher/CMakeLists.txt
@@ -1,4 +1,4 @@
-project (acipher C)
+project (optee_example_acipher C)
 
 set (SRC host/main.c)