mirror of
https://github.com/boostorg/python.git
synced 2026-01-20 16:52:15 +00:00
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
|
|
use-project /boost/python : ../build ;
|
|
|
|
project
|
|
: requirements <library>/boost/python//boost_python
|
|
;
|
|
|
|
python-extension getting_started1 : getting_started1.cpp : <link>shared ;
|
|
python-extension getting_started2 : getting_started2.cpp : <link>shared ;
|
|
|