18 lines · plain
1#===-- lib/CMakeLists.txt --------------------------------------------------===#2#3# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.4# See https://llvm.org/LICENSE.txt for license information.5# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception6#7#===------------------------------------------------------------------------===#8 9add_subdirectory(quadmath)10add_subdirectory(runtime)11if (FLANG_RT_INCLUDE_CUF)12 add_subdirectory(cuda)13endif()14 15if (FLANG_RT_INCLUDE_TESTS)16 add_subdirectory(Testing)17endif ()18