You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2021. It is now read-only.
I tried to get a linux build up and running, but running cmake . overrides the original Makefile produced by projucer and when running make <my-project> I get the following loop:
until it eventually runs out of memory. I imagine the idea here is to have cmake invoke the original Projucer Makefile, but I'm not sure how to configure the the CMakeLists.txt to make this work correctly.