# # CMake file by D. Jagieła # set(UNRES_GA_SRC GA.f ) #========================================= # Build the binaries #========================================= add_executable(unresga ${UNRES_GA_SRC} )