456c63935c
Use target objects everywhere, and simplify handling of system vs local dependencies.
8 lines
109 B
CMake
8 lines
109 B
CMake
if (NOT SYSTEM_EXPAT)
|
|
add_subdirectory(expat)
|
|
endif()
|
|
|
|
if (NOT SYSTEM_UDNS)
|
|
add_subdirectory(udns)
|
|
endif()
|