What is the correct way to share plugins for programs within a super build?
Take the following example sturcture of a project: . +– CMakeLists.txt +– app1 | +– CMakeLists.txt +– app2 | +– CMakeLists.txt +– app3 | +– CMakeLists.txt +– plugins | +– plugin1 | …