Merge remote-tracking branch 'gerrit/release-4-6' into master
[alexxy/gromacs.git] / src / gromacs / selection / CMakeLists.txt
1 file(GLOB SELECTION_SOURCES *.cpp)
2 set(LIBGROMACS_SOURCES ${LIBGROMACS_SOURCES} ${SELECTION_SOURCES} PARENT_SCOPE)
3
4 set(SELECTION_PUBLIC_HEADERS
5     centerofmass.h
6     nbsearch.h
7     poscalc.h
8     indexutil.h
9     position.h
10     selection.h
11     selectionenums.h
12     selectionoption.h
13     selparam.h
14     selmethod.h
15     selvalue.h)
16 install(FILES ${SELECTION_PUBLIC_HEADERS}
17         DESTINATION ${INCL_INSTALL_DIR}/gromacs/selection
18         COMPONENT development)
19
20 if (BUILD_TESTING)
21     add_subdirectory(tests)
22 endif (BUILD_TESTING)