set (EXENAME tme)

FILE (GLOB Code_Files  "code/*.f90")
LIST  (APPEND SRC_FILES ${Code_Files} "tme/tme.f90")

set (LINK_LIBS
  bsim
  bmad
  xrlf03
  xrl
  sim_utils
  recipes_f-90_LEPP
  forest
  pgplot
  fgsl
  gsl
  gslcblas
  fftw3
  fftw3_omp
)