1#PROJECT(matc C) 2 3FILE(GLOB SOURCES "src/*.c") 4#MESSAGE(STATUS "SOURCES: ${SOURCES}") 5 6ADD_LIBRARY(matc ${SOURCES}) 7 8