1032e71eaSJeremy L Thompson // Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors. 2032e71eaSJeremy L Thompson // All Rights Reserved. See the top-level LICENSE and NOTICE files for details. 3032e71eaSJeremy L Thompson // 4032e71eaSJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause 5032e71eaSJeremy L Thompson // 6032e71eaSJeremy L Thompson // This file is part of CEED: http://github.com/ceed 7032e71eaSJeremy L Thompson 8032e71eaSJeremy L Thompson #include <ceed-impl.h> 9032e71eaSJeremy L Thompson 10*72fa462dSJed Brown // This file and definition is used for in-source builds. 11*72fa462dSJed Brown // The definition for installs is in ceed-jit-source-root-install.c. 12032e71eaSJeremy L Thompson const char CeedJitSourceRootDefault[] = CEED_JIT_SOUCE_ROOT_DEFAULT; 13