daviderovell0 / bzzzbz

Digital video synthesizer for live music performance! powered by Raspberry pi + OpenGL
https://twitter.com/bzzzbz_video
GNU General Public License v3.0
47 stars 4 forks source link

Cmake #26

Closed daviderovell0 closed 4 years ago

daviderovell0 commented 4 years ago

Create CMakeLists.txt for compilation and linking (especially for openGL related apps)

daviderovell0 commented 4 years ago

Only control test classes use cmake. Audio and video processing test programs need to switch to cmake. However priority must be given to main program.

daviderovell0 commented 4 years ago

Implemented for the core program in release_v1.0. Waiting for PR to close