tristanlabelle / swift-winrt

A Swift Projection for WinRT APIs
MIT License
20 stars 2 forks source link

Split `WinRTComponent.winmd` generation to its own `.cmake` lists #305

Closed tristanlabelle closed 2 months ago

tristanlabelle commented 2 months ago

This way we can run it earlier in the configure phase and leave the rest (cppwinrt + build) to add_subdirectories, avoiding a nested CMake invocation.