From 0c4e96f956cd7e3dc527ef215b14c0407148f46c Mon Sep 17 00:00:00 2001 From: soroshsabz Date: Fri, 15 Mar 2019 15:05:18 +0330 Subject: THRIFT-4811: Add CMake config file and targets. (see #4752) (#1748) * Add CMake config file and targets. (see #4752) * Exclude cygwin Co-Authored-By: soroshsabz --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c77a6010c..1880b790b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,6 +53,9 @@ include(StaticCodeAnalysis) # Generate the config.h file include(ConfigureChecks) +# Generate the ThriftConfig.cmake module +include(GenerateConfigModule) + # Packaging include(CPackConfig) -- cgit v1.2.1