<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On Sep 3, 2013, at 12:08 PM, Chandler Carruth <<a href="mailto:chandlerc@google.com">chandlerc@google.com</a>> wrote:</div><blockquote type="cite"><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><p dir="ltr">On Sep 3, 2013 11:57 AM, "Nick Kledzik" <<a href="mailto:kledzik@apple.com">kledzik@apple.com</a>> wrote:<br>><br>> Does BUILD_SHARED_LIBS turn every CMake target into a shared library (.so)? If so, that may be two fine grained.<br>><br>> Can BUILD_SHARED_LIBS be detected by CMake and alter the target structure? For instance moving YAML stuff into Core?</p><p dir="ltr">Not really but if that is the structure you want just make those cmake targets? There is no real reason to have overly fine grained targets</p></div></blockquote>The CMake targets are right now roughly the same as the directory structure. Very little thought has gone in the CMake target structure. </div><div><br><blockquote type="cite" dir="auto"><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><p dir="ltr">That aside, does YAML stuff really belong in a library called Core? That seems strange to me</p></div></blockquote><br></div><div>The Core layer of knows nothing about file formats and just performs the merge/link of atom graphs. All testing for the Core layer is done using YAML test cases. That is why they are “close”.</div><div><br></div><div>Joerg has not posted what the circular dependency is. Maybe it can be fixed by moving some trivial code around. </div><div><br></div><div>-Nick</div><div><br></div></body></html>