mirror of
https://github.com/facebook/sapling.git
synced 2025-01-06 04:43:19 +03:00
2442b46ee8
Summary: Now that the fb-mercurial sources are available in the Eden repository, update our CMake build files to always build them. This moves the build logic from the centralized `FBMercurialFeatures.cmake` file into `CMakeLists.txt` files in the appropriate subdirectories. Reviewed By: chadaustin Differential Revision: D18588011 fbshipit-source-id: ded9decde5c2ec766aae0bb0f4f5b021d1044a98
20 lines
524 B
C
20 lines
524 B
C
/*
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This software may be used and distributed according to the terms of the
|
|
* GNU General Public License version 2.
|
|
*/
|
|
#pragma once
|
|
|
|
#define EDEN_VERSION "${PACKAGE_VERSION}"
|
|
#define EDEN_ETC_EDEN_DIR "${ETC_EDEN_DIR}"
|
|
|
|
#cmakedefine EDEN_HAVE_CURL
|
|
#cmakedefine EDEN_HAVE_GIT
|
|
#cmakedefine EDEN_HAVE_ROCKSDB
|
|
#cmakedefine EDEN_HAVE_SELINUX
|
|
#cmakedefine EDEN_HAVE_SQLITE3
|
|
#cmakedefine EDEN_HAVE_SYSTEMD
|
|
#cmakedefine EDEN_HAVE_MONONOKE
|
|
#define EDEN_HAVE_RUST_DATAPACK 1
|