summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/CMakeLists.txt')
-rw-r--r--openmp/runtime/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/openmp/runtime/CMakeLists.txt b/openmp/runtime/CMakeLists.txt
index 14490c62fcc..0ee2a466919 100644
--- a/openmp/runtime/CMakeLists.txt
+++ b/openmp/runtime/CMakeLists.txt
@@ -380,3 +380,7 @@ endif()
add_subdirectory(src)
add_subdirectory(test)
+
+# make these variables available for tools:
+set(LIBOMP_LIBRARY_DIR ${LIBOMP_LIBRARY_DIR} PARENT_SCOPE)
+set(LIBOMP_INCLUDE_DIR ${LIBOMP_INCLUDE_DIR} PARENT_SCOPE)
OpenPOWER on IntegriCloud