<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div>I've been converting a current autoconf project to use CMake, the layout is such that there is a root directory and 3 sub directories containing various parts of the project.</div><div><br></div><div>filters and nls build two static libs and mbfl builds a third static lib that links to the previous two.</div><div><br></div><div>root</div><div>--filters</div><div>--mbfl</div><div>--nls</div><div><br></div><div>mbfl contains</div><div>target_link_libraries(mbfl mbfl_filters)</div><div>target_link_libraries(mbfl mbfl_nls)</div><div><br></div><div>but refuses to link the static libraries which are targets from the subfolders.</div><div><br></div><div>Entire repository is available at&nbsp;<a href="http://github.com/scottmac/libmbfl">http://github.com/scottmac/libmbfl</a>&nbsp;</div><div><br></div><div>I could convert it to be built at one single lib in one go but would rather keep parity with the autoconf equivalents.</div><div><br></div><div>Any help or pointers would be appreciated.</div><div><br></div><div>Scott</div><meta charset="utf-8"></body></html>