2019-12-11 20:41:18 -05:00

9 lines
133 B
Plaintext

static_library("OpenMP") {
output_name = "LLVMFrontendOpenMP"
sources = [
"OMPConstants.cpp",
"OMPIRBuilder.cpp",
]
}