daft-engineers / vocoder

Open source vocoder designed for the Raspberry Pi.
https://daft-engineers.github.io/vocoder/
Mozilla Public License 2.0
9 stars 0 forks source link

Auto generate CMake linked libraries for unit tests #57

Closed MarkAHarley closed 1 year ago

MarkAHarley commented 1 year ago

As a daft engineer, I don't want to manually add files to CMake every time I write a unit test.

Success Criteria:

Python script called at start of setup.sh to automatically populate CMake file with each test file and linked libraries.