I\'m working on a C++/Python project with the following structure:
foo ├── CMakeLists.txt ├── include ├── source └── python ├── foo │ ├── _foo_py.py