Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 469 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 469 Bytes

Detecting Python modules and packages

This example will embed a Python interpreter into a C++ executable and run a custom Python script. The Python script uses Numpy and we will show how to find this module with CMake with help of find_package_handle_standard_args.

To test run: ./pure-embedding use_numpy print_ones 15 34