[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / openmp / libompd / CMakeLists.txt
blob9e42092751fb39a570139fe22f91d2b055aedb4d
2 #//===----------------------------------------------------------------------===//
3 #//
4 #// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 #// See https://llvm.org/LICENSE.txt for license information.
6 #// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 #//
8 #//===----------------------------------------------------------------------===//
11 if(LIBOMP_OMPD_SUPPORT)
12     set(OMPD_INCLUDE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/src/)
13     add_subdirectory(src)
14 endif()