mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
13 lines
190 B
CMake
13 lines
190 B
CMake
# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
|
|
|
set(mmatch_SOURCES
|
|
mmatch.c mmatch.h
|
|
)
|
|
|
|
add_library(mmatch OBJECT ${mmatch_SOURCES})
|
|
|
|
set_target_properties(
|
|
mmatch PROPERTIES
|
|
FOLDER Lib
|
|
)
|