Updated the eqn for computing Delta. Now get roughly the right f.
[gromacs/AngularHB.git] / src / CMakeLists.txt
blob5769222dd122f0700321de3aba88338cf6dfab32
1 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmakein ${CMAKE_CURRENT_BINARY_DIR}/config.h)
3 if (BUILD_TESTING)
4     include(testutils/TestMacros.cmake)
5     add_subdirectory(testutils)
6 endif (BUILD_TESTING)
8 add_subdirectory(gromacs)
9 add_subdirectory(kernel)
10 add_subdirectory(programs)
12 if(NOT GMX_FAHCORE)
13   add_subdirectory(tools)
14   add_subdirectory(ngmx)
15 endif(NOT GMX_FAHCORE)