icinga2/third-party/CMakeLists.txt
Alexander A. Klimov 9daca0b216 Get rid of YAJL
2019-03-18 15:07:57 +01:00

10 lines
155 B
CMake

# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
add_subdirectory(mmatch)
if(UNIX OR CYGWIN)
add_subdirectory(execvpe)
endif()
add_subdirectory(socketpair)