Man page export from the wrapper binary.
[alexxy/gromacs.git] / src / CMakeLists.txt
1 configure_file(config.h.cmakein config.h)
2 configure_file(buildinfo.h.cmakein buildinfo.h)
3
4 if (BUILD_TESTING)
5     add_custom_target(tests)
6     if (GMX_BUILD_UNITTESTS)
7         add_subdirectory(external/gmock-1.6.0)
8     endif (GMX_BUILD_UNITTESTS)
9     include(testutils/TestMacros.cmake)
10     if (GMX_BUILD_UNITTESTS)
11         add_subdirectory(testutils)
12     endif (GMX_BUILD_UNITTESTS)
13 endif (BUILD_TESTING)
14
15 add_subdirectory(gromacs)
16 add_subdirectory(programs)
17
18 if (NOT GMX_FAHCORE)
19     add_subdirectory(contrib)
20 endif()