BelaPlatform / Bela

Bela: core code, IDE and lots of fun!
Other
489 stars 138 forks source link

Libraries: Makefile should know what libraries are needed by the core code #507

Open giuliomoro opened 5 years ago

giuliomoro commented 5 years ago

e.g.: when linking in default_libpd_render.o we also need the Scope library (and its dependencies). See here https://github.com/giuliomoro/Bela/commit/542ddca2ba8735463e47879e69a36b8d823a4373

giuliomoro commented 5 years ago

perhaps add a file Makefile.pd.inc (generated from the default_libpd_render.ii)to be included for Pd projects that don't have custom cpp files.