libgraphqlparser
libgraphqlparser copied to clipboard
Search for ctypesgen if ctypesgen.py is not found.
The latest version of ctypesgen installs the executable as "ctypesgen" instead of "ctypesgen.py", so the cmake command fails to find it.
This PR adds a check to see if ctypesgen.py was found, and if not it looks for ctypesgen and uses that.
Fixes #89