how to make sure that libraries in target_link_libraries are built already
how does target_link_library makes sure that all the libraries are built at that point.? Do we need to provide any path or package?
add a comment