]> granicus.if.org Git - icinga2/blob - third-party/mmatch/CMakeLists.txt
Merge pull request #7591 from Icinga/feature/docs-api-joins
[icinga2] / third-party / mmatch / CMakeLists.txt
1 # Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
2
3 set(mmatch_SOURCES
4   mmatch.c mmatch.h
5 )
6
7 add_library(mmatch OBJECT ${mmatch_SOURCES})
8
9 set_target_properties(
10   mmatch PROPERTIES
11   FOLDER Lib
12 )