cross-platform / dspatch

The Refreshingly Simple Cross-Platform C++ Dataflow / Patching / Pipelining / Graph Processing / Stream Processing / Reactive Programming Framework
https://flowbasedprogramming.com/
BSD 2-Clause "Simplified" License
216 stars 44 forks source link

Feature: Add static builds #29

Closed nyue closed 3 years ago

nyue commented 3 years ago

Updated installation and corresponding config to handle static library variant of DSPatch

MarcusTomlinson commented 3 years ago

I’m not sure I want static builds to be honest. If you want to compile DSPatch into your app, I suggest just pulling the source files into your own project. The BSD license allows for this.

nyue commented 3 years ago

No worries. Thanks.