]> git.mxchange.org Git - simgear.git/blob - 3rdparty/CMakeLists.txt
Initial commit for a DNS service resolver
[simgear.git] / 3rdparty / CMakeLists.txt
1 if (NOT SYSTEM_EXPAT)
2         add_subdirectory(expat)
3 endif()
4
5 add_subdirectory(utf8)
6
7 if (ENABLE_DNS)
8         add_subdirectory(udns)
9 endif()