Static libraries do not have a linking process, they are object packaging. Configure static project B and add static library A in Properties->Library Manager->Additional Library Directory/Additional Dependencies to package the two libraries together.
Static libraries do not have a linking process, they are object packaging.
Configure static project B and add static library A in Properties->Library Manager->Additional Library Directory/Additional Dependencies to package the two libraries together.