]> granicus.if.org Git - icinga2/blob - third-party/CMakeLists.txt
Add 'third-party/utf8cpp/' from commit '82344d605146dca6b19abc21578482cecda7f5d7'
[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)