mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 05:05:49 +01:00
- Added key_app_writer to CMakeLists.txt
This commit is contained in:
parent
3fad7b3fdd
commit
3ad34d4110
@ -10,6 +10,9 @@ target_link_libraries(dh_server polarssl)
|
||||
add_executable(key_app key_app.c)
|
||||
target_link_libraries(key_app polarssl)
|
||||
|
||||
add_executable(key_app_writer key_app_writer.c)
|
||||
target_link_libraries(key_app_writer polarssl)
|
||||
|
||||
add_executable(mpi_demo mpi_demo.c)
|
||||
target_link_libraries(mpi_demo polarssl)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user