From 6c1b51ebe594979ee46ba88f1a8d63762f1e51df Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 8 Jan 2023 09:16:44 +0100 Subject: README: update --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2730d46..80dff03 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Build Boost =========== [![Test](https://github.com/egor-tensin/build-boost/actions/workflows/test.yml/badge.svg)](https://github.com/egor-tensin/build-boost/actions/workflows/test.yml) +[![Boost.Python](https://github.com/egor-tensin/build-boost/actions/workflows/python.yml/badge.svg)](https://github.com/egor-tensin/build-boost/actions/workflows/python.yml) This GitHub action downloads & builds Boost libraries in your workflow run. @@ -93,6 +94,13 @@ For example, for Boost version 1.72.0: version: 1.72.0 ... +Boost.Python +------------ + +See an [example CMakeLists.txt file] for how to link to Boost.Python libraries +using CMake. + +[example CMakeLists.txt file]: examples/python/CMakeLists.txt Notes ----- -- cgit v1.2.3