fe0d3fd448
Remove the dependency on the UTF-8 external library by writing the UTF-8/code point conversion routines in KeyboardEvent.cxx.
8 lines
124 B
CMake
8 lines
124 B
CMake
if (NOT SYSTEM_EXPAT)
|
|
add_subdirectory(expat)
|
|
endif()
|
|
|
|
if (ENABLE_DNS AND NOT SYSTEM_UDNS)
|
|
add_subdirectory(udns)
|
|
endif()
|