'Include_external_msproject cmake .androidproj

I want to use include_external_msproject to add a .androidproj ant build package but it seems this function only likes .vcxproj files. Does cmake check the file suffix or project guid to identify the type?

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source