scikit-build / scikit-build-core

A next generation Python CMake adaptor and Python API for plugins

Home Page:https://scikit-build-core.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Targets on MSVC

henryiii opened this issue · comments

Targets are handled differently in MSVC, and we should at least document the difference, if not provide some help in supporting both. It seems that a "main" target turns into "C:/.../main.exe" for example.

Improving support for ninja on Windows might also help.