]> git.mxchange.org Git - simgear.git/blob - 3rdparty/CMakeLists.txt
HTTP: Always use absolute paths for hashes
[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 AND NOT SYSTEM_UDNS)
8         add_subdirectory(udns)
9 endif()