summaryrefslogtreecommitdiff
path: root/tests/projects/openmp/hello/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-10-08 23:05:45 +0800
committerruki <[email protected]>2020-10-08 23:05:45 +0800
commit55209d22fedd5a0ea5323e81356cfe0c88603f30 (patch)
treef5e72e0081ae3fee4051adbb48b83df9c2da9e1d /tests/projects/openmp/hello/xmake.lua
parent06653a3f3b55c283b450364e930b285b27c6f364 (diff)
add openmp example
Diffstat (limited to 'tests/projects/openmp/hello/xmake.lua')
-rw-r--r--tests/projects/openmp/hello/xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/openmp/hello/xmake.lua b/tests/projects/openmp/hello/xmake.lua
new file mode 100644
index 000000000..685a6a34b
--- /dev/null
+++ b/tests/projects/openmp/hello/xmake.lua
@@ -0,0 +1,3 @@
+target("hello")
+ set_kind("binary")
+ add_files("src/*.c")