microsoft / sfs-client

Simple File Solution (SFS) Client
MIT License
15 stars 13 forks source link

Removing windows static linkage restriction from cmake #163

Closed arthuraraujo-msft closed 8 months ago

arthuraraujo-msft commented 8 months ago

Helps #134

No longer making all builds restricted to static linkage. But adding option to do that, and using it in local build script. Should help with vcpkg integration.