diff options
| author | ruki <[email protected]> | 2020-10-12 23:06:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-10-12 23:06:15 +0800 |
| commit | d7c0299b40a37fcf32c3f3a0a71ec60c60e4bd07 (patch) | |
| tree | f584b11de449c19cb8fe0222814ef9297c4ad0f5 /tests/projects/openmp/loop/xmake.lua | |
| parent | c79cdeab5474507647f1c29b2cb759550f98e8b6 (diff) | |
add loop tests for openmp
Diffstat (limited to 'tests/projects/openmp/loop/xmake.lua')
| -rw-r--r-- | tests/projects/openmp/loop/xmake.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/openmp/loop/xmake.lua b/tests/projects/openmp/loop/xmake.lua new file mode 100644 index 000000000..eb14be1a3 --- /dev/null +++ b/tests/projects/openmp/loop/xmake.lua @@ -0,0 +1,6 @@ +add_requires("libomp", {optional = true}) +target("loop") + set_kind("binary") + add_files("src/*.cpp") + add_rules("c++.openmp") + add_packages("libomp") |
