ff5b09c97b
- import udns library (http://www.corpit.ru/mjt/udns.html) - initial draft for a DNSClient (derived from HTTPClient) Enable compile and test by adding -D ENABLE_DNS=Yes to cmake flags
10 lines
128 B
CMake
10 lines
128 B
CMake
if (NOT SYSTEM_EXPAT)
|
|
add_subdirectory(expat)
|
|
endif()
|
|
|
|
add_subdirectory(utf8)
|
|
|
|
if (ENABLE_DNS)
|
|
add_subdirectory(udns)
|
|
endif()
|