# bar library
file(GLOB QUADPACK_LOCAL_SRC
  "*.f90"
  )
SET(QUADPACK_src ${QUADPACK_LOCAL_SRC})
ADD_LIBRARY(QUADPACKLIB OBJECT ${QUADPACK_src})
