1 2 3 4 5
add_requires("libomp", {optional = true}) target("loop") set_kind("binary") add_files("src/*.cpp") add_packages("libomp")