]> granicus.if.org Git - icinga2/blob - third-party/CMakeLists.txt
Replace Copyright header with a short version, part II
[icinga2] / third-party / CMakeLists.txt
1 # Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
2
3 add_subdirectory(mmatch)
4
5 if(NOT YAJL_FOUND)
6   add_subdirectory(yajl)
7 endif()
8
9 if(UNIX OR CYGWIN)
10   add_subdirectory(execvpe)
11 endif()
12
13 add_subdirectory(socketpair)