hanchenye-llvm-project/openmp/CMakeLists.txt

7 lines
181 B
CMake

cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
set(OPENMP_LLVM_TOOLS_DIR "" CACHE PATH "Path to LLVM tools for testing")
add_subdirectory(runtime)
add_subdirectory(libomptarget)