You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developing and debugging in PD is a bit of a pain because of the need to gather together externals, helpfiles and whatever else into a single flat folder.
One thing to try might be to add a special set of CMake install targets with a specific component type ('development' or something), excluded from the default install. These targets could then be used to construct a flat folder of symlinks in the build tree. If new targets or files were added, it would need running again, but at least for iterating on a particular object it should work as something to point PD at.
The text was updated successfully, but these errors were encountered:
Developing and debugging in PD is a bit of a pain because of the need to gather together externals, helpfiles and whatever else into a single flat folder.
One thing to try might be to add a special set of CMake
install
targets with a specificcomponent
type ('development' or something), excluded from the default install. These targets could then be used to construct a flat folder of symlinks in the build tree. If new targets or files were added, it would need running again, but at least for iterating on a particular object it should work as something to point PD at.The text was updated successfully, but these errors were encountered: