2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 05:42:30 +00:00
Files
python/libs/numpy/src/SConscript
2012-03-18 18:57:14 -04:00

7 lines
101 B
Python

# -*- python -*-
Import("env")
lib = env.SharedLibrary("boost_numpy", Glob("*.cpp"))
Return("lib")