porres / pd-else

ELSE - EL Locus Solus' Externals for Pure Data
Do What The F*ck You Want To Public License
299 stars 35 forks source link

Allow setting custom file extension from command line #2184

Closed timothyschoen closed 1 month ago

timothyschoen commented 1 month ago

By passing -DPD_EXTENSION=".pd_something" at command line, you can set a custom file extension.

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"
timothyschoen commented 1 month ago

(hold on, I think I made small mistake)