mirror of
https://github.com/boostorg/random.git
synced 2026-01-21 05:02:17 +00:00
17 lines
301 B
Plaintext
Executable File
17 lines
301 B
Plaintext
Executable File
subproject libs/random/python ;
|
|
|
|
# Include definitions needed for Python modules
|
|
import python ;
|
|
|
|
extension _random
|
|
: random.cpp
|
|
<template>@boost/libs/python/build/extension
|
|
: <include>../../../
|
|
;
|
|
|
|
# boost-python-runtest test1
|
|
# : test_random.py
|
|
# <pyd>random
|
|
# ;
|
|
|