You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake boilerplate for projects embedding an isolated CPython interpreter. Includes an example Python package that will be installed into the embedded interpreter.
cmake -DCMAKE_BUILD_TYPE=Debug -B build/
make -C build/
About
CMake boilerplate for projects embedding an isolated CPython interpreter. Includes an example Python package that will be installed into the embedded interpreter.