1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-09-11 12:10:46 +03:00

CMake: psa_constant_names and test_psa_constant_names

Build and install psa_constant_names.

Make sure that test_psa_constant_names passes in an out-of-tree build.
This commit is contained in:
Gilles Peskine
2019-01-02 17:29:04 +01:00
committed by Darryl Green
parent f31dbb7bf1
commit 6a78573088
2 changed files with 5 additions and 0 deletions

View File

@@ -134,4 +134,5 @@ if (NOT ${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
link_to_source(data_files)
link_to_source(scripts)
link_to_source(ssl-opt.sh)
link_to_source(suites)
endif()