simgear/3rdparty/CMakeLists.txt
James Turner 456c63935c Cmake refresh
Use target objects everywhere, and simplify handling of system vs
local dependencies.
2020-08-18 11:40:27 +01:00

8 lines
109 B
CMake

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