blob: 2c994eaa96b38fc2f680397d6068c2156e18be98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
SUBSCRIBER(g:python-contrib)
LIBRARY()
LICENSE(BSD-3-Clause)
VERSION(1.25.2)
ADDINCL(
GLOBAL contrib/python/numpy/include/numpy/core/include
GLOBAL contrib/python/numpy/include/numpy/core/include/numpy
GLOBAL contrib/python/numpy/include/numpy/core/src/common
GLOBAL contrib/python/numpy/include/numpy/core/src/npymath
GLOBAL contrib/python/numpy/include/numpy/distutils/include
GLOBAL FOR cython contrib/python/numpy/include/numpy/core/include
GLOBAL FOR cython contrib/python/numpy/include/numpy/core/include/numpy
)
END()
|