mirror of
https://github.com/boostorg/parameter.git
synced 2026-01-26 18:52:22 +00:00
16 lines
275 B
Plaintext
Executable File
16 lines
275 B
Plaintext
Executable File
subproject libs/parameter/test/python ;
|
|
|
|
SEARCH on python.jam = $(BOOST_BUILD_PATH) ;
|
|
include python.jam ;
|
|
|
|
extension parameter
|
|
: simple.cpp
|
|
<dll>../../../python/build/boost_python
|
|
;
|
|
|
|
extension general
|
|
: general.cpp
|
|
<dll>../../../python/build/boost_python
|
|
;
|
|
|