Logo
Explore Help
Register Sign In
TeamHepta/mbedtls
1
0
Fork 0
You've already forked mbedtls
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2026-04-25 04:58:51 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
7cca3589cb8b6bc4c8bbc9d7bed42e9d2b520d13
mbedtls/programs/util/CMakeLists.txt

14 lines
345 B
CMake
Raw Normal View History

- Added util/CMakelists.txt
2012-09-25 11:45:38 +00:00
set(libs
cmake: link programs that only use crypto with libmbedcrypto When building with CMake, for sample programs that only use functionality in libmbedcrypto (i.e. crypto and platform), link with libmbedcrypto, not with libmbedtls. This doesn't change the result, because the linker skips libraries in which no symbol is used, but it changes the build dependencies, and it has the advantage of bringing programs/*/CMakeLists.txt closer to the corresponding files under crypto/. The programs concerned are crypto sample and test programs, and programs that only use (potential) platform functions such as mbedtls_printf. dh_client and dh_server keep linking with mbedtls because they use functions from the net_sockets module.
2020-02-11 16:51:34 +01:00
mbedcrypto
- Added util/CMakelists.txt
2012-09-25 11:45:38 +00:00
)
add_executable(strerror strerror.c)
target_link_libraries(strerror ${libs})
Added pem2der utility application
2013-08-25 14:50:09 +02:00
add_executable(pem2der pem2der.c)
target_link_libraries(pem2der ${libs})
install(TARGETS strerror pem2der
- Added util/CMakelists.txt
2012-09-25 11:45:38 +00:00
DESTINATION "bin"
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 57ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API