DEBSOURCES
Skip Quicknav
sources / pybind11 / 3.0.1-3 / debian / tests / example / CMakeLists.txt
12345
cmake_minimum_required(VERSION 3.10) project(pybind11-example) find_package(pybind11 REQUIRED) pybind11_add_module(example example.cpp)