diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-08 09:16:44 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-08 09:16:44 +0100 |
commit | 6c1b51ebe594979ee46ba88f1a8d63762f1e51df (patch) | |
tree | 1c4d0f7941050bd715181e9d798e170e8e8ca776 | |
parent | workflows/test: test building Boost.Python (diff) | |
download | build-boost-master.tar.gz build-boost-master.zip |
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 ----- |