blob: b8662ba9cfb4112e895bf47b727c9996392a14b6 [file] [log] [blame]
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
set(OPENMP_LLVM_TOOLS_DIR "" CACHE PATH "Path to LLVM tools for testing")
add_subdirectory(runtime)
if (NOT WIN32)
add_subdirectory(libomptarget)
endif()