mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-01 01:31:26 +00:00
[flang] Install omp_lib.h to install directory alongside modules
This patch simply adds a cmake install line for omp_lib.h that was previously missing, to put it alongisde omp_lib.mod so it can be found by the driver.
This commit is contained in:
parent
c9eec3b085
commit
a51fba6b0f
@ -80,3 +80,4 @@ endif()
|
||||
|
||||
# TODO Move this to a more suitable location
|
||||
file(COPY ${FLANG_SOURCE_DIR}/module/omp_lib.h DESTINATION "${CMAKE_BINARY_DIR}/include/flang/OpenMP/" FILE_PERMISSIONS OWNER_READ OWNER_WRITE)
|
||||
install(FILES ${CMAKE_BINARY_DIR}/include/flang/OpenMP/omp_lib.h DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/flang/OpenMP")
|
||||
|
Loading…
Reference in New Issue
Block a user