matplotlib-cpp
matplotlib-cpp copied to clipboard
Add Python includes and target Python libs. Add alias
Let us complement the CMakeLists.txt by
- Adding Python include dirs (Numpy as well)
- Linking Python libraries
- Adding an alias to use matplotlib-cpp from another package via add_subdirectory Please feel free to check and correct if needed