simgear/3rdparty/CMakeLists.txt
Alessandro Menti fe0d3fd448
Remove the dependency on the UTF-8 external library
Remove the dependency on the UTF-8 external library by writing the
UTF-8/code point conversion routines in KeyboardEvent.cxx.
2017-12-02 16:32:27 +01:00

8 lines
124 B
CMake

if (NOT SYSTEM_EXPAT)
add_subdirectory(expat)
endif()
if (ENABLE_DNS AND NOT SYSTEM_UDNS)
add_subdirectory(udns)
endif()