pybind11/tests/test_cmake_build
Dean Moldovan 7f5c85c861 Add CMake target for embedding the Python interpreter
All targets provided by pybind11:

* pybind11::module - the existing target for creating extension modules
* pybind11::embed - new target for embedding the interpreter
* pybind11::pybind11 - common "base" target (headers only)
2017-05-28 02:12:24 +02:00
..
installed_embed Add CMake target for embedding the Python interpreter 2017-05-28 02:12:24 +02:00
installed_function Add new options and docs for pybind11_add_module 2016-12-19 16:34:48 +01:00
installed_target Test with debug build of Python when DEBUG=1 on Travis 2017-02-28 00:27:26 +01:00
subdirectory_embed Add CMake target for embedding the Python interpreter 2017-05-28 02:12:24 +02:00
subdirectory_function Add new options and docs for pybind11_add_module 2016-12-19 16:34:48 +01:00
subdirectory_target Rename target from pybind11::pybind11 to pybind11::module 2016-12-19 16:34:48 +01:00
embed.cpp Add CMake target for embedding the Python interpreter 2017-05-28 02:12:24 +02:00
main.cpp Make sure add_subdirectory and find_package behave identically 2016-12-19 16:34:48 +01:00
test.py Make sure add_subdirectory and find_package behave identically 2016-12-19 16:34:48 +01:00