You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
simgear/3rdparty/CMakeLists.txt

10 lines
138 B

if (NOT SYSTEM_EXPAT)
add_subdirectory(expat)
endif()
if (NOT SYSTEM_UDNS)
add_subdirectory(udns)
endif()
add_subdirectory(tiny_gltf)