172fa462dSJed Brown // Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors. 272fa462dSJed Brown // All Rights Reserved. See the top-level LICENSE and NOTICE files for details. 372fa462dSJed Brown // 472fa462dSJed Brown // SPDX-License-Identifier: BSD-2-Clause 572fa462dSJed Brown // 672fa462dSJed Brown // This file is part of CEED: http://github.com/ceed 772fa462dSJed Brown 872fa462dSJed Brown #include <ceed-impl.h> 972fa462dSJed Brown 1072fa462dSJed Brown // This file and definition is used for installs. 1172fa462dSJed Brown // The definition for in-source is in ceed-jit-source-root-default.c. 12*6ed4cbd1SJeremy L Thompson const char *CeedJitSourceRootDefault = CEED_JIT_SOURCE_ROOT_DEFAULT; 13