stephendpmurphy / shost

💻 shost - GUI, CLI and static library for connecting to FTDI MPSSE capable devices
MIT License
2 stars 1 forks source link

Add dependencies to the build process #36

Closed stephendpmurphy closed 2 years ago

stephendpmurphy commented 2 years ago

libftdi can be built as a dependency with a static library generated. libmpsse should then just have it's source built in with our app, and then our app can link against libftdi. This should hopefully give us a single shost.a that can be referenced and linked against.