get_linking_from_cmake

Function get_linking_from_cmake 

Source
pub fn get_linking_from_cmake(
    build_path: &Path,
    clib_versioned_name: &str,
    build_type: &str,
) -> Vec<LinkArg>
Expand description

Parse the generated project files from our C wrapper in order to get its set of linker arguments.

On Unices this will parse CMake’s auxiliary link.txt file for .sos or .dylibs. On Windows this will parse NMake or VS XML project files.