summaryrefslogtreecommitdiffstats
path: root/third-party/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/CMakeLists.txt')
-rw-r--r--third-party/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt
new file mode 100644
index 0000000..fea750f
--- /dev/null
+++ b/third-party/CMakeLists.txt
@@ -0,0 +1,9 @@
+# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
+
+add_subdirectory(mmatch)
+
+if(UNIX OR CYGWIN)
+ add_subdirectory(execvpe)
+endif()
+
+add_subdirectory(socketpair)