added CMake build + fixed gfortran build
[unres.git] / source / ga / CMakeLists.txt
1 #
2 # CMake file by D. JagieÅ‚a
3
4
5 set(UNRES_GA_SRC
6         GA.f
7 )
8
9
10
11 #=========================================
12 # Build the binaries
13 #=========================================
14 add_executable(unresga   ${UNRES_GA_SRC} )
15
16