We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5c39a commit b55eea5Copy full SHA for b55eea5
examples/simple-embedding/README.md
@@ -0,0 +1,8 @@
1
+* Simple Embedding Example
2
+
3
+In this directory:
4
+ - Create and activate a Python venv.
5
+ - Install pybind11: `pip install pybind11`
6
+ - Install monilog: `pip install ../..`
7
+ - Run the script: `./build-and-run.sh`
8
examples/simple-embedding/src/CMakeLists.txt
@@ -13,7 +13,6 @@ set(PYBIND11_PYTHON_VERSION 3.8)
13
14
find_package(pybind11 REQUIRED)
15
find_package(Python COMPONENTS Interpreter Development REQUIRED)
16
-message(STATUS "pybind11_INCLUDE_DIRS: ${pybind11_INCLUDE_DIRS}")
17
include_directories(${pybind11_INCLUDE_DIRS} ${Python_SITELIB}/monilog/include)
18
19
# EXECUTABLE simpleembedding
0 commit comments