Enable build of non-static psa wrapper functions

Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt
index 6215077..17154a4 100644
--- a/library/CMakeLists.txt
+++ b/library/CMakeLists.txt
@@ -68,6 +68,7 @@
     psa_crypto_cipher.c
     psa_crypto_client.c
     psa_crypto_driver_wrappers.c
+    psa_crypto_driver_wrappers_no_static.c
     psa_crypto_ecp.c
     psa_crypto_ffdh.c
     psa_crypto_hash.c
@@ -190,6 +191,7 @@
     link_to_source(version_features.c)
     link_to_source(ssl_debug_helpers_generated.c)
     link_to_source(psa_crypto_driver_wrappers.c)
+    link_to_source(psa_crypto_driver_wrappers_no_static.c)
 endif()
 
 if(CMAKE_COMPILER_IS_GNUCC)