cmake.utils/alias_dereference¶
- cmake.utils/alias_dereference.alias_dereference(OUT LIB)¶
This function returns the original library name if the given one is an alias.
- Parameters:
OUT (string) – The variable in which to store the original retrieved name.
LIB (string) – The target IP library name.