379785e869 Linker configuration: Add missing platform Haiku Acked-by: Kitware Robot <[email protected]> Merge-request: !10318
@@ -0,0 +1,5 @@
+# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
+# file Copyright.txt or https://cmake.org/licensing for details.
+
+# GNU is the default linker
+include(Platform/Linker/Haiku-GNU-ASM)
+include(Platform/Linker/Haiku-GNU-C)
+include(Platform/Linker/Haiku-GNU-CXX)
@@ -0,0 +1,4 @@
+include(Platform/Linker/Linux-GNU-ASM)
+include(Platform/Linker/Linux-GNU-C)
+include(Platform/Linker/Linux-GNU-CXX)
+include(Platform/Linker/Linux-LLD-ASM)
+include(Platform/Linker/Linux-LLD-C)
+include(Platform/Linker/Linux-LLD-CXX)