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)
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)
diff --git a/hello_world/CMakeLists.txt b/hello_world/CMakeLists.txt
index 1b46b4c..937b8cf 100644
--- a/hello_world/CMakeLists.txt
+++ b/hello_world/CMakeLists.txt
@@ -1,4 +1,4 @@
-project (hello_world C)
+project (optee_example_hello_world C)
set (SRC host/main.c)
diff --git a/hotp/CMakeLists.txt b/hotp/CMakeLists.txt
index 8d61852..5954883 100644
--- a/hotp/CMakeLists.txt
+++ b/hotp/CMakeLists.txt
@@ -1,4 +1,4 @@
-project (hotp C)
+project (optee_example_hotp C)
set (SRC host/main.c)
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)
diff --git a/secure_storage/CMakeLists.txt b/secure_storage/CMakeLists.txt
index 7e0f94e..f61693d 100644
--- a/secure_storage/CMakeLists.txt
+++ b/secure_storage/CMakeLists.txt
@@ -1,4 +1,4 @@
-project (secure_storage C)
+project (optee_example_secure_storage C)
set (SRC host/main.c)