We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bdc710 commit 4036995Copy full SHA for 4036995
pydatastructs/utils/meson.build
@@ -19,12 +19,14 @@ python.extension_module(
19
'pydatastructs.utils._backend.cpp._nodes',
20
'_backend/cpp/nodes.cpp',
21
install: true,
22
+ subdir: 'pydatastructs/utils/_backend/cpp'
23
)
24
25
python.extension_module(
26
'pydatastructs.utils._backend.cpp._graph_utils',
27
'_backend/cpp/graph_utils.cpp',
28
29
30
31
32
subdir('tests')
0 commit comments