Zmey Petroff
2cbe885c1a
CMake: improve library search, implement install.
...
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).
2011-04-28 10:12:33 +02:00
Guenter Knauf
f97a7eb400
Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro.
2010-08-02 12:24:54 +02:00
Guenter Knauf
bd5df39a29
Renamed curl_SOURCES to CURL_ALLFILES to overcome wmake's case-insensitivity.
2010-08-02 01:50:53 +02:00
Yang Tse
a07bc79117
removed trailing whitespace
2010-02-14 19:40:18 +00:00
Gunter Knauf
f671d0513c
renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
2009-07-14 13:25:14 +00:00
Bill Hoffman
744dceaffe
ENH: lower case cmake functions and remove tabs and re-indent cmake code
2009-06-09 17:29:16 +00:00
Benoit Neil
55d0c29f4a
Added newline ad the end of generated hugehelp.c (the "default" one, when it hasn't been generated before).
2009-04-08 20:29:50 +00:00
Benoit Neil
8cb8371011
Made the CMake scripts read Makefile.inc. Needs testing I guess.
2009-04-06 22:45:17 +00:00
Benoit Neil
b85154f13f
Added tests (exes) targets, refactor a few things.
...
PS: Once again, sorry if the added files have executable perms on Linux.
2009-04-06 21:05:44 +00:00
Benoit Neil
06047d9103
Added curl (exe) target, fixed static/dynamic linking errors.
...
PS: Sorry if the added file has executable perms on Linux, I didn't found anything related to it...
2009-04-06 20:44:01 +00:00