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