Building statically using SPM + CMake

In an ideal world I could build a static library using SPM on Windows. That feature hasn't landed yet, however.

@compnerd has suggested using CMake, but it seems like (based off of some examples on GitHub) to be an all-or-nothing alternative. Is there a way to use SPM to do the heavy lifting of the dependency-graph and use CMake to do the actual static building?

1 Like