summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Linker/WindowsCE-MSVC-CXX.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-11-13 14:17:05 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-11-13 14:17:24 (GMT)
commit10f24d1d9264ae81567ab8620950b924e46245ee (patch)
treed67fa8582d3411aae37ab97c4643c88d3c9ccd86 /Modules/Platform/Linker/WindowsCE-MSVC-CXX.cmake
parent7c999c19af18566a11dae841111a241b86014a64 (diff)
parentd2997ab6014264167d485512c5a97470d8e2dbcb (diff)
downloadCMake-10f24d1d9264ae81567ab8620950b924e46245ee.zip
CMake-10f24d1d9264ae81567ab8620950b924e46245ee.tar.gz
CMake-10f24d1d9264ae81567ab8620950b924e46245ee.tar.bz2
Merge topic 'WHOLE_ARCHIVE-various-systems' into release-3.31
d2997ab601 Linker configuration: Add missing platforms Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !9992
Diffstat (limited to 'Modules/Platform/Linker/WindowsCE-MSVC-CXX.cmake')
-rw-r--r--Modules/Platform/Linker/WindowsCE-MSVC-CXX.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/Platform/Linker/WindowsCE-MSVC-CXX.cmake b/Modules/Platform/Linker/WindowsCE-MSVC-CXX.cmake
new file mode 100644
index 0000000..7accb62
--- /dev/null
+++ b/Modules/Platform/Linker/WindowsCE-MSVC-CXX.cmake
@@ -0,0 +1,4 @@
+# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
+# file Copyright.txt or https://cmake.org/licensing for details.
+
+include(Platform/Linker/Windows-MSVC-CXX)