diff options
Diffstat (limited to 'Modules/Platform/Linker/WindowsPhone-MSVC-ASM.cmake')
-rw-r--r-- | Modules/Platform/Linker/WindowsPhone-MSVC-ASM.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/Platform/Linker/WindowsPhone-MSVC-ASM.cmake b/Modules/Platform/Linker/WindowsPhone-MSVC-ASM.cmake new file mode 100644 index 0000000..a891d7c --- /dev/null +++ b/Modules/Platform/Linker/WindowsPhone-MSVC-ASM.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-ASM) |