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
4 lines
86 B
CMake
4 lines
86 B
CMake
#add_subdirectory(examples)
|
|
#add_subdirectory(libcurl)
|
|
add_subdirectory(cmdline-opts)
|