xref: /libCEED/rust/libceed-sys/c-src/interface/ceed-jit-source-root-default.c (revision 6ed4cbd191d517965186f3811b93d597bbe58673)
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 
1072fa462dSJed Brown // This file and definition is used for in-source builds.
1172fa462dSJed Brown // The definition for installs is in ceed-jit-source-root-install.c.
12*6ed4cbd1SJeremy L Thompson const char *CeedJitSourceRootDefault = CEED_JIT_SOURCE_ROOT_DEFAULT;
13