aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/install.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmake/install.cmake b/cmake/install.cmake
index c7dce03025..0a1d7632ec 100644
--- a/cmake/install.cmake
+++ b/cmake/install.cmake
@@ -24,6 +24,13 @@ install(TARGETS psa_api_ns
DESTINATION ${CMAKE_BINARY_DIR}/install/export/tfm/lib
)
+# export veneer lib
+if (NOT TFM_MULTI_CORE_TOPOLOGY)
+ install(TARGETS tfm_s_veneers
+ ARCHIVE
+ DESTINATION ${CMAKE_BINARY_DIR}/install/export/tfm/lib)
+endif()
+
####################### export headers #########################################
install(FILES ${INTERFACE_INC_DIR}/psa/client.h