icinga2/third-party/CMakeLists.txt

14 lines
208 B
CMake
Raw Normal View History

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