Is there any way to get a list of all the alias targets of a given target?
It is quite straightforward to get the target given an alias-target of it by using get_target_property(x x_alias ALIASED_TARGET)
, but I can't find a way to do the other way around.