blob: 627f157a8dee7ada8c4566c5d7064ba0ad475921 [file] [log] [blame]
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set(NUMPY_DEPS "")
set(PYBIND_COPTS "-fexceptions")
set(PYBIND_EXTENSION_COPTS "-fvisibility=hidden")
# Namespace packages.
add_subdirectory(iree/runtime)
if(${IREE_BUILD_COMPILER})
add_subdirectory(iree/compiler)
add_subdirectory(iree/tools/core)
endif()
if(${IREE_BUILD_XLA_COMPILER})
add_subdirectory(iree/jax)
endif()
# Tests.
add_subdirectory(tests)