#PROJECT(matc C)

FILE(GLOB SOURCES "src/*.c")
#MESSAGE(STATUS "SOURCES: ${SOURCES}")

ADD_LIBRARY(matc ${SOURCES})
