Skip to content

Commit 0146fef

Browse files
Prerak SinghPrerak Singh
authored andcommitted
bug fix
1 parent 1353b41 commit 0146fef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pydatastructs/linear_data_structures/meson.build

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ python.install_sources(
1515
subdir: 'pydatastructs/linear_data_structures/_backend'
1616
)
1717

18+
python.install_sources(
19+
['_backend/cpp/algorithms/llvm_algorithms.py'],
20+
subdir: 'pydatastructs/linear_data_structures/_backend/cpp/algorithms'
21+
)
22+
23+
1824
python.extension_module(
1925
'_arrays',
2026
'_backend/cpp/arrays/arrays.cpp',

0 commit comments

Comments
 (0)