mirror of
https://github.com/boostorg/python.git
synced 2026-01-21 05:02:17 +00:00
13 lines
354 B
Plaintext
13 lines
354 B
Plaintext
|
|
use-project /boost/python : ../build ;
|
|
|
|
project
|
|
: requirements <library>@/boost/python/boost_python
|
|
;
|
|
|
|
python-extension getting_started1 : getting_started1.cpp : <shared>true ;
|
|
python-extension getting_started2 : getting_started2.cpp : <shared>true ;
|
|
|
|
exe embedding_test : embedding_test.cpp : <define>BOOST_PYTHON_DYNAMIC_LIB <shared>true ;
|
|
|