10 lines
148 B
CMake
10 lines
148 B
CMake
if (NOT SYSTEM_EXPAT)
|
|
add_subdirectory(expat)
|
|
endif()
|
|
|
|
add_subdirectory(utf8)
|
|
|
|
if (ENABLE_DNS AND NOT SYSTEM_UDNS)
|
|
add_subdirectory(udns)
|
|
endif()
|