mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
10 lines
155 B
CMake
10 lines
155 B
CMake
# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
|
|
|
add_subdirectory(mmatch)
|
|
|
|
if(UNIX OR CYGWIN)
|
|
add_subdirectory(execvpe)
|
|
endif()
|
|
|
|
add_subdirectory(socketpair)
|