I have:<br>add_dependencies(dlib_httpclient dlib)<br><br>But in my cmakelists I have:<br>TARGET_LINK_LIBRARIES(${PROJECT_NAME} dlib dlib_httpclient)<br><br>Conclusion: it will change itself to &quot;bin/libdlib.a bin/libdlib_httpclient.a&quot;<br>
instead I would expect &quot;bin/libdlib_httpclient.a bin/libdlib.a&quot; as I told it to add the dependency.<br><br><br>Greetings,<br>Steven<br>