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 6bc378d commit 3a85a64Copy full SHA for 3a85a64
CMakeLists.txt
@@ -5,6 +5,8 @@ set(CMAKE_CXX_STANDARD 20)
5
set(CMAKE_CXX_STANDARD_REQUIRED ON)
6
set(CMAKE_CXX_EXTENSIONS OFF)
7
8
+find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)
9
+
10
# pybind11
11
include_directories(${CMAKE_SOURCE_DIR}/src)
12
add_subdirectory(pybind11)
0 commit comments