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-03-20 11:11:08 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
7f4fe3943d754120fa1e639ffe89402d1c436d10
mbedtls/programs/CMakeLists.txt

12 lines
237 B
CMake
Raw Normal View History

CMake: support "make programs" Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-09-14 12:13:16 +02:00
set(programs_target "${MBEDTLS_TARGET_PREFIX}programs")
add_custom_target(${programs_target})
Restore fuzz to the cmake build
2020-03-09 18:03:25 +01:00
if (NOT WIN32)
add_subdirectory(fuzz)
endif()
Removed the directory with the programs, and its inclusion in the parent directory CMakeLists.txt file Signed-off-by: Felix Conway <felix.conway@arm.com>
2025-08-20 10:51:23 +01:00
Revert "Remove programs that depend on TLS or X.509" This reverts commit 0688e4f2668dab8ad95b734c23b35977134a6d21. Run scripts/generate_visualc_files.pl to account for the added programs.
2020-02-26 19:05:33 +01:00
add_subdirectory(ssl)
- Added CMake makefiles as alternative to regular Makefiles. - Added preliminary Code Coverage tests for AES, ARC4, Base64, MPI, SHA-family, MD-family and HMAC-SHA-family.
2009-06-28 21:50:27 +00:00
add_subdirectory(test)
- Added missing subdirectory line for util
2012-09-25 08:19:18 +00:00
add_subdirectory(util)
Sort lists in CMakeLists.txt files Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2020-04-03 11:56:06 +02:00
add_subdirectory(x509)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 238ms Template: 3ms
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