This website requires JavaScript.
Explore
Help
Sign In
moparisthebest
/
curl
Watch
1
Star
0
Fork
0
You've already forked curl
mirror of
https://github.com/moparisthebest/curl
synced
2024-11-04 08:35:05 -05:00
Code
Issues
Releases
Wiki
Activity
647e726d78
curl
/
docs
/
CMakeLists.txt
4 lines
85 B
CMake
Raw
Normal View
History
Unescape
Escape
cmake: build manual pages (including curl.1) Also make Perl mandatory to allow building the docs. While CMakeLists.txt could probably read the list of manual pages from Makefile.am, actually putting those in CMakeLists.txt is cleaner so that is what is done here. Fixes #1230 Ref: https://github.com/curl/curl/pull/1288
2017-02-25 08:40:24 -05:00
#add_subdirectory(examples)
cmake: add support for building HTML and PDF docs Note that for some reason there is this warning (that also exists with autotools, added since curl-7_15_1-94-ga718cb05f): docs/libcurl/curl_multi_socket_all.3:1: can't open `man3/curl_multi_socket.3': No such file or directory Additionally, adjust the roffit --mandir option to support creating links when doing out-of-tree builds. Ref: https://github.com/curl/curl/pull/1288
2017-02-25 12:14:57 -05:00
add_subdirectory
(
libcurl
)
cmake: build manual pages (including curl.1) Also make Perl mandatory to allow building the docs. While CMakeLists.txt could probably read the list of manual pages from Makefile.am, actually putting those in CMakeLists.txt is cleaner so that is what is done here. Fixes #1230 Ref: https://github.com/curl/curl/pull/1288
2017-02-25 08:40:24 -05:00
add_subdirectory
(
cmdline-opts
)
Reference in New Issue
Copy Permalink