summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMake: improve library search, implement install.Zmey Petroff2011-04-281-0/+2
| | | | | | | | | | | | | Improved library search by check_function_exists_concat() macro: it does not revert the list of libraries any more. Improved OpenSSL library search: first find zlib, then search for openssl libraries that may depend on zlib. For Unix: openssl libraries can now be detected in nonstandard locations. Supply CMAKE_LIBRARY_PATH to CMake on command line. Added installation capability (very basic one yet).
* 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 ↵Gunter Knauf2009-07-141-1/+1
| | | | libcurl is used with other projects which also have a config.h.
* 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
| | | | hasn't been generated before).
* 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
| | | | PS: Once again, sorry if the added files have executable perms on Linux.
* Added curl (exe) target, fixed static/dynamic linking errors.Benoit Neil2009-04-061-0/+78
PS: Sorry if the added file has executable perms on Linux, I didn't found anything related to it...