icinga2/third-party/CMakeLists.txt

10 lines
155 B
CMake
Raw Normal View History

# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
2013-11-03 13:45:26 +01:00
add_subdirectory(mmatch)
2013-11-03 13:45:26 +01:00
if(UNIX OR CYGWIN)
add_subdirectory(execvpe)
endif()
add_subdirectory(socketpair)