summaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add support for CMAKE_LTO option.Tobias Hieta2020-01-131-0/+6
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-1/+0
* CMake: Improve config installationRuslan Baratov2018-10-011-10/+4
* cmake: fixed path used in generation of docs/tests during curl build through ...Sergei Nikulov2018-09-281-1/+2
* whitespace fixesViktor Szakats2018-09-231-1/+0
* CMake: CMake config files are defining CURL_STATICLIB for static buildsAdrien2018-08-151-0/+4
* CMake: Respect BUILD_SHARED_LIBSRuslan Baratov2018-08-081-11/+10
* CMake: Update scripts to use consistent styleRuslan Baratov2018-07-171-2/+2
* cmake: set -d postfix for debug builds if not specifiedSergei Nikulov2018-05-241-7/+0
* cmake: Export libcurl and curl targets to use by other cmake projectsJakub Zakrzewski2017-10-281-1/+18
* CMake: set MSVC warning level to 4Marcel Raad2017-08-031-0/+1
* cmake: offer CMAKE_DEBUG_POSTFIX when building with MSVCPaul Harris2017-07-071-0/+7
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-141-3/+0
* CMake: Try to (un-)hide private library symbolsJakub Zakrzewski2016-09-101-0/+5
* cmake: install the dll file to the correct directoryBen Boeckel2015-02-201-1/+4
* cmake: add ENABLE_THREADED_RESOLVER, rename ARESPeter Wu2014-11-101-1/+1
* cmake: drop _BSD_SOURCE macro usagePeter Wu2014-11-031-19/+0
* Cmake: Got rid of setup_curl_dependenciesJakub Zakrzewski2014-10-091-2/+0
* cmake: Fix for MSVC2010 project generationSergei Nikulov2013-07-171-8/+4
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-22/+22
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-22/+22
* CMake: improve library search, implement install.Zmey Petroff2011-04-281-0/+2
* removed trailing whitespaceYang Tse2010-02-141-1/+1
* ENH: add optional support for c-aresBill Hoffman2009-07-141-1/+3
* ENH: add nonblock.c to build for CMakeBill Hoffman2009-07-141-0/+1
* renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf2009-07-141-3/+3
* ENH: lower case cmake functions and remove tabs and re-indent cmake codeBill Hoffman2009-06-091-70/+70
* Fixed compile defines in CMake scriptsBenoit Neil2009-04-081-3/+1
* Made the CMake scripts read Makefile.inc. Needs testing I guess.Benoit Neil2009-04-061-148/+37
* Added tests (exes) targets, refactor a few things.Benoit Neil2009-04-061-17/+1
* Added curl (exe) target, fixed static/dynamic linking errors.Benoit Neil2009-04-061-1/+7
* Removed the "lib" prefix under linux ("was "liblibcurl") and fixed import lib...Benoit Neil2009-04-061-9/+18
* Added basic OpenSSL support in CMake scripts (Thanks to Bill Hoffman)Benoit Neil2009-04-021-0/+4
* Initial CMake scripts (libcurl only), based on the merge of tetest scripts an...Benoit Neil2009-04-021-0/+231