Add library to python project

I trying to add api in my python project according to the instructions in site. but when i run this order "cmake -D BUILD_PDFNetPython=ON .." i have receive this error "The source directory "C:/Users" does not appear to contain CMakeLists.txt."
I extract PDFNetWrappers-master on my Desktop.
``

It appears that some part of the CMake files is not handling white space correctly.

You can either
a) run again in a different folder with no whitespaces in the page
b) find and correct the issue in the CMake file (and ideally also make a PR to the github repo)