pybind11/example/example14.py
Axel Huebl ee053e9236 CMake: Support CUDA Example if Found
Integrated the CUDA example seamlessly into the other examples
if found. The CUDA example needs to be the last one.
2016-01-19 11:34:07 +01:00

4 lines
45 B
Python

from example import mandelbrot
mandelbrot()