1 2 3 4 5
add_requires("openmp") target("hello") set_kind("binary") add_files("src/*.c") add_packages("openmp")