5 lines
87 B
CMake
5 lines
87 B
CMake
if(NOT CURL_SKIP_EXAMPLES)
|
|
add_subdirectory(examples)
|
|
endif(NOT CURL_SKIP_EXAMPLES)
|
|
|