itayzafrir | a3ff8a6 | 2018-07-10 10:10:21 +0300 | [diff] [blame] | 1 | add_executable(crypto_examples crypto_examples.c) |
2 | target_link_libraries(crypto_examples mbedtls) | ||||
3 | |||||
4 | install(TARGETS crypto_examples | ||||
5 | DESTINATION "bin" | ||||
6 | PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) | ||||
7 |