free-audio / clap-plugins

MIT License
61 stars 9 forks source link

How to clean build files? #8

Closed ghost closed 1 year ago

ghost commented 2 years ago

All the clap-plugin files are built inside /usr/local/lib, but there is no way to "uninstall" or "clean" them. I've tried sudo cmake --build --preset ninja-system --target clean, but it is not working fine.

abique commented 1 year ago

I'm not aware of a uninstall function. Usually it isn't an issue as this is done by a package manager.

You could install it again to see the list of files which are installed and then use that to cleanup.