Add CMake's TryRunResults.cmake

This file is generated when cmake is in cross-compilation mode and
try_run or check_source_runs are used in CMake code without setting
cache variables before so the user is aware what needs to be adjusted
for the target system.

https://cmake.org/cmake/help/latest/variable/CMAKE_CROSSCOMPILING_EMULATOR.html
This commit is contained in:
Peter Kokot 2024-09-12 15:38:57 +02:00
parent 5445a27025
commit 23b7729728
No known key found for this signature in database
GPG Key ID: A94800907AA79B36

View File

@ -10,3 +10,4 @@ compile_commands.json
CTestTestfile.cmake
_deps
CMakeUserPresets.json
TryRunResults.cmake