summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* src: silence wmain() warning for all build methodsViktor Szakats2023-03-111-2/+0
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* tool_hugehelp: make hugehelp a blank macro when disabledDaniel Stenberg2022-09-141-3/+1
* CMake: remove APPEND in export(TARGETS)Even Rouault2022-07-121-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* cmake: enable curl.rc for all Windows targetsViktor Szakats2022-05-261-1/+1
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-05-261-1/+1
* Revert "cmake: make libcurl library output name configurable"Daniel Stenberg2021-04-211-1/+1
* cmake: make libcurl library output name configurableRalph Langendam2021-04-211-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* CMake: add option to enable Unicode on WindowsMarcel Raad2020-08-291-0/+6
* cmake: add aliases so exported target names are available in treeNathaniel R. Lewis2020-04-131-1/+6
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-241-0/+21
* CMake: Add support for CMAKE_LTO option.Tobias Hieta2020-01-131-0/+6
* curl: remove MANUAL from -M outputDaniel Stenberg2019-02-201-5/+2
* CMake: Improve config installationRuslan Baratov2018-10-011-7/+1
* whitespace fixesViktor Szakats2018-09-231-1/+0
* CMake: Update scripts to use consistent styleRuslan Baratov2018-07-171-1/+1
* cmake: set -d postfix for debug builds if not specifiedSergei Nikulov2018-05-241-4/+0
* cmake: Correctly include curl.rc in Windows builds (#2064)John Starks2017-11-101-1/+1
* cmake: Export libcurl and curl targets to use by other cmake projectsJakub Zakrzewski2017-10-281-1/+12
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-141-1/+1
* cmake: build manual pages (including curl.1)Peter Wu2017-03-211-6/+6
* s/cURL/curlDaniel Stenberg2016-11-071-4/+4
* Makefile.inc: s/curl_SOURCES/CURL_FILESDaniel Stenberg2015-12-231-1/+2
* CMake: Fix generation of tool_hugehelp.c on windowsSergei Nikulov2015-02-191-7/+8
* cmake: build tool_hugehelp (ENABLE_MANUAL)Peter Wu2014-10-121-6/+35
* Cmake: Got rid of setup_curl_dependenciesJakub Zakrzewski2014-10-091-5/+2
* build: Renamed CURLX_ONES file list definition to CURLX_CFILESSteve Holme2014-05-211-1/+1
* cmake: Fix for MSVC2010 project generationSergei Nikulov2013-07-171-7/+0
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-2/+2
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* curl tool: renaming hugehelp files to tool_hugehelpYang Tse2012-12-261-4/+4
* CMake: improve library search, implement install.Zmey Petroff2011-04-281-0/+2
* Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro.Guenter Knauf2010-08-021-2/+2
* Renamed curl_SOURCES to CURL_ALLFILES to overcome wmake's case-insensitivity.Guenter Knauf2010-08-021-1/+1
* removed trailing whitespaceYang Tse2010-02-141-1/+1
* renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf2009-07-141-1/+1
* ENH: lower case cmake functions and remove tabs and re-indent cmake codeBill Hoffman2009-06-091-33/+34
* Added newline ad the end of generated hugehelp.c (the "default" one, when it ...Benoit Neil2009-04-081-1/+1
* Made the CMake scripts read Makefile.inc. Needs testing I guess.Benoit Neil2009-04-061-21/+6
* Added tests (exes) targets, refactor a few things.Benoit Neil2009-04-061-9/+1
* Added curl (exe) target, fixed static/dynamic linking errors.Benoit Neil2009-04-061-0/+78