10 lines
138 B
CMake
10 lines
138 B
CMake
if (NOT SYSTEM_EXPAT)
|
|
add_subdirectory(expat)
|
|
endif()
|
|
|
|
if (NOT SYSTEM_UDNS)
|
|
add_subdirectory(udns)
|
|
endif()
|
|
|
|
add_subdirectory(tiny_gltf)
|