diff options
author | Jakub Zakrzewski <slither.jz@gmail.com> | 2017-09-10 16:56:16 +0200 |
---|---|---|
committer | Jakub Zakrzewski <slither.jz@gmail.com> | 2017-10-28 17:22:47 +0200 |
commit | 1cb4f5d6e8e470638759a48ba99fda230089712f (patch) | |
tree | bb5c4021aae5816656defc0e4a65eb8d6e07604e /Makefile.am | |
parent | 58a9e770e331e393f9b16cdbe0edb4de86552c7e (diff) | |
download | curl-1cb4f5d6e8e470638759a48ba99fda230089712f.tar.gz |
cmake: Export libcurl and curl targets to use by other cmake projects
The config files define curl and libcurl targets as imported targets
CURL::curl and CURL::libcurl. For backward compatibility with CMake-
provided find-module the CURL_INCLUDE_DIRS and CURL_LIBRARIES are
also set.
Closes #1879
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ab8f11cbc..d225a09ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,8 @@ CMAKE_DIST = CMakeLists.txt CMake/CMakeConfigurableFile.in \ CMake/Macros.cmake \ CMake/CurlSymbolHiding.cmake CMake/FindCARES.cmake \ CMake/FindLibSSH2.cmake CMake/FindNGHTTP2.cmake \ - CMake/FindMbedTLS.cmake CMake/cmake_uninstall.cmake.in + CMake/FindMbedTLS.cmake CMake/cmake_uninstall.cmake.in \ + CMake/curl-config.cmake VC6_LIBTMPL = projects/Windows/VC6/lib/libcurl.tmpl VC6_LIBDSP = projects/Windows/VC6/lib/libcurl.dsp.dist |