[runtimes] Pass-through CLANG_RESOURCE_DIR to cmake invocations (#73185)
[llvm-project.git] / openmp / tools / multiplex / CMakeLists.txt
blobafc7fc5aa44ad2ba873a3f9cd1ebee1b3e02168a
1 if(LIBOMP_OMPT_SUPPORT)
2   include_directories(${LIBOMP_INCLUDE_DIR})
4   add_library(ompt-multiplex INTERFACE)
5   target_include_directories(ompt-multiplex INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
7   install(FILES ompt-multiplex.h DESTINATION "${LIBOMP_HEADERS_INSTALL_PATH}")
9   add_subdirectory(tests)
10 endif()