I have several internal Public libraries and I want to include them in the application with sc_include() but can’t find the way. Defining them as project or user works ok, but public fails.
How can I use them without checking them in “Programming”->“Internal libraries”?
Also is it possible somehow to include an internal library inside an internal library? I have some functions in public internal libraries that use functions from other internal public libraries.