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 47d3459 commit 447bcedCopy full SHA for 447bced
CMakeLists.txt
@@ -49,5 +49,7 @@ add_executable(embedding_python_example main.c)
49
50
target_link_libraries(embedding_python_example libmetacall)
51
52
+target_include_directories(embedding_python_example PUBLIC ${CMAKE_INSTALL_PREFIX}/include)
53
+
54
# Install main target
55
install(TARGETS embedding_python_example DESTINATION bin)
0 commit comments