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 6f35472 commit ee430b9Copy full SHA for ee430b9
pydatastructs/graphs/meson.build
@@ -20,19 +20,19 @@ python.install_sources(
20
py_include = include_directories('../utils/_backend/cpp')
21
22
python.extension_module(
23
- 'pydatastructs.graphs._backend.cpp._graph',
+ '_graph',
24
'_backend/cpp/graph.cpp',
25
include_directories: py_include,
26
install: true,
27
- subdir: 'pydatastructs/graphs'
+ subdir: 'pydatastructs/graphs/_backend/cpp'
28
)
29
30
31
- 'pydatastructs.graphs._backend.cpp._algorithms',
+ '_algorithms',
32
'_backend/cpp/algorithms.cpp',
33
34
35
36
37
38
subdir('tests')
0 commit comments