#TODO not compiled or tested # build instructions: https://github.com/projectM-visualizer/projectm/wiki/Building-libprojectM#build-and-install-projectm [source] tar = "https://github.com/projectM-visualizer/projectm/releases/download/v4.1.6/libprojectM-4.1.6.tar.gz" [build] template = "cmake" cmakeflags = [ "-DENABLE_SDL_UI=ON", "-DENABLE_GLES=OFF", ] dependencies = [ "sdl2", ]