- Added key_app_writer to CMakeLists.txt
This commit is contained in:
parent
3fad7b3fdd
commit
3ad34d4110
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ target_link_libraries(dh_server polarssl)
|
||||||
add_executable(key_app key_app.c)
|
add_executable(key_app key_app.c)
|
||||||
target_link_libraries(key_app polarssl)
|
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)
|
add_executable(mpi_demo mpi_demo.c)
|
||||||
target_link_libraries(mpi_demo polarssl)
|
target_link_libraries(mpi_demo polarssl)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue