Merge branch 'release-4-6', adds the nbnxn functionality
[alexxy/gromacs.git] / src / gromacs / options / CMakeLists.txt
1 file(GLOB OPTIONS_SOURCES *.cpp)
2 set(LIBGROMACS_SOURCES ${LIBGROMACS_SOURCES} ${OPTIONS_SOURCES} PARENT_SCOPE)
3
4 set(OPTIONS_PUBLIC_HEADERS
5     abstractoption.h
6     basicoptions.h
7     filenameoption.h
8     optionfiletype.h
9     optionflags.h
10     options.h
11     timeunitmanager.h)
12 install(FILES ${OPTIONS_PUBLIC_HEADERS}
13         DESTINATION ${INCL_INSTALL_DIR}/gromacs/options
14         COMPONENT development)
15
16 if (BUILD_TESTING)
17     add_subdirectory(tests)
18 endif (BUILD_TESTING)