8 lines
109 B
CMake
8 lines
109 B
CMake
if (NOT SYSTEM_EXPAT)
|
|
add_subdirectory(expat)
|
|
endif()
|
|
|
|
if (NOT SYSTEM_UDNS)
|
|
add_subdirectory(udns)
|
|
endif()
|