Skip to content

Commit 3078755

Browse files
committedApr 3, 2021
CWinRT: remove CWinRT
This is no longer particularly desirable. This is intended to be replaced with Swift/WinRT instead. The XAML islands support is a bit further off, but we can use it for more interesting uses though.
1 parent f5818c1 commit 3078755

File tree

8 files changed

+1
-300
lines changed

8 files changed

+1
-300
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SPDX-License-Identifier: BSD-3-Clause
88
cmake_minimum_required(VERSION 3.16.0)
99

1010
project(SwiftWin32
11-
LANGUAGES C CXX Swift)
11+
LANGUAGES Swift)
1212

1313
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Modules)
1414

‎Sources/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,5 @@ set_target_properties(SwiftCOM PROPERTIES
8282
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
8383
_install_target(SwiftCOM)
8484

85-
add_subdirectory(CWinRT)
8685
add_subdirectory(SwiftWin32)
8786
add_subdirectory(SwiftWin32UI)

‎Sources/CWinRT/CMakeLists.txt

-7
This file was deleted.

‎Sources/CWinRT/WinRTAugmentation.cc

-14
This file was deleted.

‎Sources/CWinRT/XAMLSupport.c

-139
This file was deleted.

‎Sources/CWinRT/include/CWinRT.h

-55
This file was deleted.

‎Sources/CWinRT/include/CWinRTMacros.h

-51
This file was deleted.

‎Sources/CWinRT/include/module.modulemap

-32
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.