summaryrefslogtreecommitdiff
path: root/tests/projects/openmp/loop/xmake.lua
blob: 200e5f09f72af84ef115db1ffe807ed6bc86df15 (plain)
1
2
3
4
5
add_requires("libomp", {optional = true})
target("loop")
    set_kind("binary")
    add_files("src/*.cpp")
    add_packages("libomp")