13 lines
195 B
CMake
13 lines
195 B
CMake
if (NOT SYSTEM_EXPAT)
|
|
add_subdirectory(expat)
|
|
endif()
|
|
|
|
if (NOT SYSTEM_UDNS)
|
|
if(NOT c-ares_FOUND)
|
|
add_subdirectory(udns)
|
|
endif()
|
|
endif()
|
|
|
|
add_subdirectory(tiny_gltf)
|
|
add_subdirectory(glcore)
|