# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. # lint_cmake: -linelength add_library(cadence_kernels kernels.cpp) # Let files say "include ". set(_common_include_directories ${EXECUTORCH_ROOT}/..) target_include_directories(cadence_kernels PUBLIC . ${_common_include_directories} )