Hello
I created a library (Lib1) and I use another library (Lib2) in there.
If I give Lib1 to someone, do I need to give them Lib2 also?
Or can I 'inlcude' Lib2 insode Lib1?
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I created a library (Lib1) and I use another library (Lib2) in there.
If I give Lib1 to someone, do I need to give them Lib2 also?
Or can I 'inlcude' Lib2 insode Lib1?
thanks
Hello, yes if you add 'Lib2' inside of 'Lib1' only Lib1 is required to install both libraries.
Hope this helps!
-Shawn