Skip to content

Commit

Permalink
added missing source file for cmesh3d
Browse files Browse the repository at this point in the history
  • Loading branch information
bernard-giroux committed Apr 1, 2020
1 parent b77e833 commit a684d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
extra_compile_args=extra_compile_args,
),
Extension('ttcrpy.cmesh3d',
sources=['ttcrpy/cmesh3d.pyx', './ttcrpy/Mesh3Dttcr.cpp'],
sources=['ttcrpy/cmesh3d.pyx', './ttcrpy/Mesh3Dttcr.cpp', 'ttcrpy/verbose.cpp'],
include_dirs=include_dirs,
language='c++', # generate C++ code
extra_compile_args=extra_compile_args,
Expand Down

0 comments on commit a684d95

Please sign in to comment.