file(GLOB SRC . *.f90 *.cxx *.c)
add_library(mylib ${SRC})
