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/random/CMakeLists.txt b/random/CMakeLists.txt
index c0f1a8a..7106cef 100644
--- a/random/CMakeLists.txt
+++ b/random/CMakeLists.txt
@@ -1,4 +1,4 @@
-project (random C)
+project (optee_example_random C)
set (SRC host/main.c)