summaryrefslogtreecommitdiffstats
path: root/third-party/CMakeLists.txt
blob: fea750f1dfdb82b2f9eb0b0a39cb71133e1d3c1c (plain)
1
2
3
4
5
6
7
8
9
# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+

add_subdirectory(mmatch)

if(UNIX OR CYGWIN)
  add_subdirectory(execvpe)
endif()

add_subdirectory(socketpair)