comport/tests/subdir
2020-03-10 12:18:43 +01:00
..
src test-case for sources in subdirs 2020-03-09 12:22:30 +01:00
Makefile Also test for tilde-object 2020-03-10 12:18:43 +01:00
README.md test-case for sources in subdirs 2020-03-09 12:22:30 +01:00
subdir-help.pd test-case for sources in subdirs 2020-03-09 12:22:30 +01:00
subdir-meta.pd test-case for sources in subdirs 2020-03-09 12:22:30 +01:00
subdir~-help.pd test-case for sources in subdirs 2020-03-09 12:22:30 +01:00

subdir

pd-lib-builder project that shows how to compile a library that contains a single C-file in a separate src/ directory, that is compiled into a single binary containing a subdir Pd-objectclass.

this is a special case of the one-object-per-binary library structure.