vezel-dev / zig-sdk

An MSBuild SDK for building Zig, C, and C++ projects using the Zig compiler.

Home Page:https://docs.vezel.dev/zig-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support multiple C-family languages in a single project

alexrp opened this issue · comments

It should be possible to, for example, have a project that's predominantly C code, but which has some Objective-C portions for macOS.

Need to think about how users would actually enable this, given that we currently infer everything about language from the project file extension (e.g. .cproj).