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/aes/CMakeLists.txt b/aes/CMakeLists.txt
index 3972ff5..8c29b52 100644
--- a/aes/CMakeLists.txt
+++ b/aes/CMakeLists.txt
@@ -1,4 +1,4 @@
-project (aes C)
+project (optee_example_aes C)
set (SRC host/main.c)