mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:57:18 +03:00
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).
This commit is contained in:
parent
4a42e5cdaa
commit
2cbe885c1a
4 changed files with 51 additions and 25 deletions
|
|
@ -54,3 +54,5 @@ if(MSVC)
|
|||
endif()
|
||||
|
||||
#INCLUDE(ModuleInstall OPTIONAL)
|
||||
|
||||
install(TARGETS ${EXE_NAME} DESTINATION bin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue