Changeset View
Changeset View
Standalone View
Standalone View
openmp/libomptarget/CMakeLists.txt
Show First 20 Lines • Show All 72 Lines • ▼ Show 20 Lines | set(LIBOMPTARGET_OPENMP_HEADER_FOLDER "${LIBOMP_INCLUDE_DIR}" CACHE STRING | ||||
"Path to folder containing omp.h") | "Path to folder containing omp.h") | ||||
set(LIBOMPTARGET_OPENMP_HOST_RTL_FOLDER "${LIBOMP_LIBRARY_DIR}" CACHE STRING | set(LIBOMPTARGET_OPENMP_HOST_RTL_FOLDER "${LIBOMP_LIBRARY_DIR}" CACHE STRING | ||||
"Path to folder containing libomp.so, and libLLVMSupport.so with profiling enabled") | "Path to folder containing libomp.so, and libLLVMSupport.so with profiling enabled") | ||||
# Build offloading plugins and device RTLs if they are available. | # Build offloading plugins and device RTLs if they are available. | ||||
add_subdirectory(plugins) | add_subdirectory(plugins) | ||||
add_subdirectory(deviceRTLs) | add_subdirectory(deviceRTLs) | ||||
add_subdirectory(tools) | |||||
# Add tests. | # Add tests. | ||||
add_subdirectory(test) | add_subdirectory(test) |