Skip to content

Instantly share code, notes, and snippets.

@geonuklee
geonuklee / CMakeLists.txt
Created December 7, 2021 08:53 — forked from safijari/CMakeLists.txt
The code relevant to pybind11 video
cmake_minimum_required(VERSION 3.4...3.18)
project(pybindtest)
add_subdirectory(pybind11)
pybind11_add_module(module_name main.cpp)