summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2018-10-25 14:54:04 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2019-02-22 13:38:34 -0500
commit85624fe9462e801b225b7f3c709c0c4dbc32264d (patch)
treee3e260ec8051631b9984805d84dd68afc01aa499 /setup.py
parente2dab76d3519d3de7f22ca8eeb93e8184431593e (diff)
downloadpyisda-85624fe9462e801b225b7f3c709c0c4dbc32264d.tar.gz
work in progress
wip wip wip2 fix C++
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 35005d8..1ccd0e6 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ import numpy
all_extensions = Extension(
"*",
- ["pyisda/*.pyx"],
+ ["pyisda/*.pyx", "c_layer/curve.cpp"],
include_dirs=["c_layer", numpy.get_include()],
libraries=["cds", "farmhash"],
language="c++",