summaryrefslogtreecommitdiffstats
path: root/build/CMakeFiles/4.3.4/CMakeSystem.cmake
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 22:27:32 +0200
committerBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 22:27:32 +0200
commit4a44539963b92e18a31efa08bca2013824c5213f (patch)
treed6e6bd56bae4280321c18a0b145ffec77acaa0c8 /build/CMakeFiles/4.3.4/CMakeSystem.cmake
parent3b05b33ff30b49ab0a3c4500d9d11c700bdc1a02 (diff)
downloadcsharp-cmake-4a44539963b92e18a31efa08bca2013824c5213f.tar.gz
csharp-cmake-4a44539963b92e18a31efa08bca2013824c5213f.zip
Move target registration into add_dotnet_library/executable, remove add_dotnet_target
Diffstat (limited to 'build/CMakeFiles/4.3.4/CMakeSystem.cmake')
-rw-r--r--build/CMakeFiles/4.3.4/CMakeSystem.cmake15
1 files changed, 15 insertions, 0 deletions
diff --git a/build/CMakeFiles/4.3.4/CMakeSystem.cmake b/build/CMakeFiles/4.3.4/CMakeSystem.cmake
new file mode 100644
index 0000000..4772ab3
--- /dev/null
+++ b/build/CMakeFiles/4.3.4/CMakeSystem.cmake
@@ -0,0 +1,15 @@
+set(CMAKE_HOST_SYSTEM "Linux-7.0.14-arch1-1")
+set(CMAKE_HOST_SYSTEM_NAME "Linux")
+set(CMAKE_HOST_SYSTEM_VERSION "7.0.14-arch1-1")
+set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
+
+
+
+set(CMAKE_SYSTEM "Linux-7.0.14-arch1-1")
+set(CMAKE_SYSTEM_NAME "Linux")
+set(CMAKE_SYSTEM_VERSION "7.0.14-arch1-1")
+set(CMAKE_SYSTEM_PROCESSOR "x86_64")
+
+set(CMAKE_CROSSCOMPILING "FALSE")
+
+set(CMAKE_SYSTEM_LOADED 1)