blob: e07f0b563b92b6a39f1ccff4ed488dd58aa7bfb2 [file] [log] [blame]
@echo off
:: Takes path to the Python interpreter and returns the path to pybind11
%1 -c "import pybind11,sys;sys.stdout.write(pybind11.get_cmake_dir())"