projectM-visualizer / frontend-sdl2

Standalone application based on SDL2 that turns your desktop audio into awesome visuals. Available on most platforms supported by both libprojectM and libSDL2.
GNU General Public License v3.0
58 stars 32 forks source link

Fixed broken build #16

Closed rothn closed 2 years ago

rothn commented 2 years ago

The build is broken on master because of broken references comprising:

This PR fixes the build. Suggest automated tests in the future.

kblaschke commented 2 years ago

There will be a GitHub Actions build on Linux, Windows and macOS once the libprojectM package CMake exports are useable on all three platforms. Currently, the build will most probably always fail, so it doesn't make sense to enable the actions now.

kblaschke commented 2 years ago

The iostream includes were already removed, and the rest isn't really something that requires changing, as the build works on all three major desktop systems.

Thus closing without merge.