summaryrefslogtreecommitdiffstats
path: root/third-party/mmatch/CMakeLists.txt
blob: f48e0739f045bcd56f9b21d582ebc09d4daf4b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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
)