mirror of
https://github.com/Icinga/icinga2.git
synced 2025-08-26 03:58:17 +02:00
12 lines
184 B
CMake
12 lines
184 B
CMake
# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
|
|
|
add_subdirectory(mmatch)
|
|
|
|
if(UNIX OR CYGWIN)
|
|
add_subdirectory(execvpe)
|
|
endif()
|
|
|
|
add_subdirectory(socketpair)
|
|
|
|
add_subdirectory(SQLiteCpp)
|