icinga2/third-party/CMakeLists.txt

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)