mbedtls/programs/test
Issam E. Maghni 760f3a0a48 Install CMake files in MbedTLS dir
Right now, CMake files are installed in <prefix>/cmake. That being said,
it gets easily bloated, and the standard is to use a directory with the
same name as the project.

I discovered this issue with this "bug":
https://github.com/termux/termux-packages/issues/12416
The issue's author claimed that MbedTLS's files were not installed in
the lib directory. But the patch applied by termux team broke CMake's
search of MbedTLS config files. So I wanted to upstream the real fix
here instead.

Here are some examples of projects using directories:
 - https://github.com/xiph/flac/blob/1.4.2/CMakeLists.txt#L239
 - https://gitlab.freedesktop.org/dbus/dbus/-/blob/dbus-1.15.2/CMakeLists.txt#L675
 - https://github.com/catchorg/Catch2/blob/v3.2.0/CMakeLists.txt#L62
 - https://github.com/capnproto/capnproto/blob/v0.10.2/c++/CMakeLists.txt#L162

Signed-off-by: Issam E. Maghni <issam.e.maghni@mailbox.org>
2022-12-04 03:00:38 +00:00
..
cmake_package Include platform.h unconditionally: automatic part 2022-09-15 20:33:07 +02:00
cmake_package_install Install CMake files in MbedTLS dir 2022-12-04 03:00:38 +00:00
cmake_subproject Include platform.h unconditionally: automatic part 2022-09-15 20:33:07 +02:00
benchmark.c Add missing dependencies 2022-10-19 08:35:08 -04:00
CMakeLists.txt Use CMake's knowledge of what system library has dlopen() 2021-11-10 19:10:27 +01:00
dlopen.c Include platform.h unconditionally: automatic part 2022-09-15 20:33:07 +02:00
dlopen_demo.sh More explicit output for the test program 2021-11-10 21:08:28 +01:00
generate_cpp_dummy_build.sh Add documentation 2021-08-05 15:23:00 +02:00
query_compile_time_config.c Include platform.h unconditionally: automatic part 2022-09-15 20:33:07 +02:00
query_config.h Add list_config generation 2021-12-10 16:30:57 +08:00
selftest.c Include platform.h unconditionally: automatic part 2022-09-15 20:33:07 +02:00
udp_proxy.c Merge pull request #3641 from okhowang/c99 2022-05-12 14:01:10 +01:00
udp_proxy_wrapper.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
zeroize.c Include platform.h unconditionally: automatic part 2022-09-15 20:33:07 +02:00