6 lines
79 B
CMake
6 lines
79 B
CMake
if (NOT SYSTEM_EXPAT)
|
|
add_subdirectory(expat)
|
|
endif()
|
|
|
|
add_subdirectory(utf8)
|