cmake: Fix library order

A library that depends on another one should come first
in the list of libraries to link against.

Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
Ronald Cron
2025-06-17 09:48:05 +02:00
parent a3b562aa17
commit d1e4ccf0a0
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
set(libs
${tfpsacrypto_target}
${mbedx509_target}
${tfpsacrypto_target}
)
set(executables