icinga2/third-party/mmatch/CMakeLists.txt

13 lines
190 B
CMake
Raw Normal View History

# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
2013-11-03 13:45:26 +01:00
set(mmatch_SOURCES
mmatch.c mmatch.h
)
add_library(mmatch OBJECT ${mmatch_SOURCES})
2013-11-03 13:45:26 +01:00
set_target_properties(
mmatch PROPERTIES
FOLDER Lib
)