diff options
Diffstat (limited to '3rdparty/pybind11/tools/pybind11.pc.in')
-rw-r--r-- | 3rdparty/pybind11/tools/pybind11.pc.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3rdparty/pybind11/tools/pybind11.pc.in b/3rdparty/pybind11/tools/pybind11.pc.in new file mode 100644 index 00000000..402f0b35 --- /dev/null +++ b/3rdparty/pybind11/tools/pybind11.pc.in @@ -0,0 +1,7 @@ +prefix=@prefix_for_pc_file@ +includedir=@includedir_for_pc_file@ + +Name: @PROJECT_NAME@ +Description: Seamless operability between C++11 and Python +Version: @PROJECT_VERSION@ +Cflags: -I${includedir} |