From 85624fe9462e801b225b7f3c709c0c4dbc32264d Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Thu, 25 Oct 2018 14:54:04 -0400 Subject: work in progress wip wip wip2 fix C++ --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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++", -- cgit v1.2.3-70-g09d2