#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#

include_directories(${CMAKE_CURRENT_SOURCE_DIR})

add_subdirectory("atan")
add_subdirectory("atan2")
add_subdirectory("cos")
add_subdirectory("cosh")
add_subdirectory("log10")
add_subdirectory("mod")
add_subdirectory("sin")
add_subdirectory("sinh")
add_subdirectory("tan")
add_subdirectory("tanh")
