llvm-project/openmp/CMakeLists.txt

7 lines
181 B
CMake
Raw Normal View History

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)