Commit eaf3ef02 authored by Xavier Thompson's avatar Xavier Thompson

Add fmt library dependency

parent 51847a21
...@@ -11,6 +11,7 @@ extensions = [ ...@@ -11,6 +11,7 @@ extensions = [
src, src,
language='c++', language='c++',
sources=[src + '.pyx'], sources=[src + '.pyx'],
libraries=['fmt'],
extra_compile_args=['-std=c++17'], extra_compile_args=['-std=c++17'],
) )
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment