Hello, Is it possible to create a library which itself gets some of its implementation from another library? This comes because of some sources files of my library need modules of another source file in a subdirectory… Is it considered bad style to build a library out of appr. 5 “sub-libraries”? Thank you C.M.