5 lines
56 B
CMake
5 lines
56 B
CMake
|
if (NOT SYSTEM_EXPAT)
|
||
|
add_subdirectory(expat)
|
||
|
endif()
|
||
|
|