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 "bin/libdlib.a bin/libdlib_httpclient.a"<br>
instead I would expect "bin/libdlib_httpclient.a bin/libdlib.a" as I told it to add the dependency.<br><br><br>Greetings,<br>Steven<br>