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 1353b41 commit 0146fefCopy full SHA for 0146fef
pydatastructs/linear_data_structures/meson.build
@@ -15,6 +15,12 @@ python.install_sources(
15
subdir: 'pydatastructs/linear_data_structures/_backend'
16
)
17
18
+python.install_sources(
19
+ ['_backend/cpp/algorithms/llvm_algorithms.py'],
20
+ subdir: 'pydatastructs/linear_data_structures/_backend/cpp/algorithms'
21
+)
22
+
23
24
python.extension_module(
25
'_arrays',
26
'_backend/cpp/arrays/arrays.cpp',
0 commit comments