icinga2/third-party/CMakeLists.txt

14 lines
215 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()
2017-09-25 14:41:43 +02:00
if(ICINGA2_WITH_REDIS)
add_subdirectory(hiredis)
endif()
add_subdirectory(socketpair)