Closed timothyschoen closed 1 month ago
By passing -DPD_EXTENSION=".pd_something" at command line, you can set a custom file extension.
-DPD_EXTENSION=".pd_something"
So for example:
cmake .. -DPD_PATH=/Applications/Pd-0.55-0.app/Contents/Resources -DPD_EXTENSION=".pd_darwin"
or
cmake -BBuild -DPD_PATH=/Applications/Pd-0.55-0.app/Contents/Resources -DPD_EXTENSION=".pd_darwin"
By passing
-DPD_EXTENSION=".pd_something"
at command line, you can set a custom file extension.So for example:
or