Skip to content

Commit 28762a9

Browse files
committed
Clarify TODO for non-secure dependency
Updated the TODO comment to specify 'secure-import-lib' as a dependency for 'non-secure'.
1 parent 91bed12 commit 28762a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/trustzone/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ project(TrustZone LANGUAGES C)
55
add_subdirectory(secure)
66
add_subdirectory(non-secure)
77

8-
# TODO 1: Add `secure` as a dependency for `non-secure`
8+
# TODO 1: Add `secure-import-lib` as a dependency for `non-secure`
9+
add_custom_target()
910
add_dependencies()
1011

0 commit comments

Comments
 (0)