summaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
AgeCommit message (Expand)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-11-19cmake: use libcurl.rc in all Windows buildsVincent Torri
2020-11-10cmake: correctly handle linker flags for static libsTobias Hieta
2020-11-04curl.se: new homeDaniel Stenberg
2020-09-21krb5: merged security.c and krb specific FTP functions in hereDaniel Stenberg
2020-04-30Merge tag 'curl-7_70_0'nikita
2020-04-13cmake: add aliases so exported target names are available in treeNathaniel R. Lewis
2020-04-01Merge tag 'curl-7_69_1'nikita
2020-03-24copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg
2020-01-13CMake: Add support for CMAKE_LTO option.Tobias Hieta
2019-12-20Merge remote-tracking branch 'upstream/master'ng0
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-11-18start work on CMake, based on the experimental curl CMake.ng0
2019-11-17remove winbuild and more CMakeng0
2018-10-01CMake: Improve config installationRuslan Baratov
2018-09-28cmake: fixed path used in generation of docs/tests during curl build through ...Sergei Nikulov
2018-09-23whitespace fixesViktor Szakats
2018-08-15CMake: CMake config files are defining CURL_STATICLIB for static buildsAdrien
2018-08-08CMake: Respect BUILD_SHARED_LIBSRuslan Baratov
2018-07-17CMake: Update scripts to use consistent styleRuslan Baratov
2018-05-24cmake: set -d postfix for debug builds if not specifiedSergei Nikulov
2017-10-28cmake: Export libcurl and curl targets to use by other cmake projectsJakub Zakrzewski
2017-08-03CMake: set MSVC warning level to 4Marcel Raad
2017-07-07cmake: offer CMAKE_DEBUG_POSTFIX when building with MSVCPaul Harris
2017-06-14includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg
2016-09-10CMake: Try to (un-)hide private library symbolsJakub Zakrzewski
2015-02-20cmake: install the dll file to the correct directoryBen Boeckel
2014-11-10cmake: add ENABLE_THREADED_RESOLVER, rename ARESPeter Wu
2014-11-03cmake: drop _BSD_SOURCE macro usagePeter Wu
2014-10-09Cmake: Got rid of setup_curl_dependenciesJakub Zakrzewski
2013-07-17cmake: Fix for MSVC2010 project generationSergei Nikulov
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2011-04-28CMake: improve library search, implement install.Zmey Petroff
2010-02-14removed trailing whitespaceYang Tse
2009-07-14ENH: add optional support for c-aresBill Hoffman
2009-07-14ENH: add nonblock.c to build for CMakeBill Hoffman
2009-07-14renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf
2009-06-09ENH: lower case cmake functions and remove tabs and re-indent cmake codeBill Hoffman
2009-04-08Fixed compile defines in CMake scriptsBenoit Neil
2009-04-06Made the CMake scripts read Makefile.inc. Needs testing I guess.Benoit Neil
2009-04-06Added tests (exes) targets, refactor a few things.Benoit Neil
2009-04-06Added curl (exe) target, fixed static/dynamic linking errors.Benoit Neil
2009-04-06Removed the "lib" prefix under linux ("was "liblibcurl") and fixed import lib...Benoit Neil
2009-04-02Added basic OpenSSL support in CMake scripts (Thanks to Bill Hoffman)Benoit Neil
2009-04-02Initial CMake scripts (libcurl only), based on the merge of tetest scripts an...Benoit Neil