1# collect all the source files 2FILE(GLOB SRC_FILES *.cc *.f *.c) 3 4ADD_LIBRARY(shapeFunction ${SRC_FILES}) 5