sapling/CMake/mercurial-config.cmake.in
Zeyi (Rice) Fan 951b9e95f5 getdeps: add rust_static_library to build Rust crate
Reviewed By: simpkins

Differential Revision: D16945510

fbshipit-source-id: a7a88cd94235e3f8c01235d7e7e500c90bde3b38
2019-09-26 15:50:51 -07:00

18 lines
481 B
CMake

# CMake configuration file for Mercurial
#
# This provides the Mercurial::* targets, which you can depend on by adding it
# to your target_link_libraries().
@PACKAGE_INIT@
set_and_check(MERCURIAL_CMAKE_DIR "@PACKAGE_CMAKE_INSTALL_DIR@")
include("${MERCURIAL_CMAKE_DIR}/mercurial-targets.cmake")
set(Mercurial_FOUND TRUE)
check_required_components(Mercurial)
if(Mercurial_FOUND AND NOT mercurial_FIND_QUIETLY)
message(STATUS "Found Mercurial: ${PACKAGE_PREFIX_DIR}")
endif()