A very simple wrapper for embed python in C++11.
- `set PYTHONHOME = ${YOUR_PYTHON_HOME_DIR}`
- specify PYTHON_MAJOR and PYTHON_MINOR in CMakeLists.txt
- `export PYTHONHOME = ${YOUR_PYTHON_HOME_DIR}`
- specify PYTHON_MAJOR and PYTHON_MINOR in CMakeLists.txt
mkdir build && cd build
cmake ..
cmake --build . --config Realse