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 dcefb83 commit 8c5c74bCopy full SHA for 8c5c74b
simd/meson.build
@@ -0,0 +1,4 @@
1
+project('ninja-simd', 'cpp', default_options: ['cpp_std=c++20'])
2
+tbb = dependency('tbb')
3
+phash = include_directories('parallel-hashmap/parallel_hashmap')
4
+executable('ninja-simd', 'ninja-simd.cpp', dependencies: [tbb], include_directories: [phash])
0 commit comments