Merge remote-tracking branch 'gerrit/release-4-6'
[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     selectionoptioninfo.h
14     selparam.h
15     selmethod.h
16     selvalue.h)
17 install(FILES ${SELECTION_PUBLIC_HEADERS}
18         DESTINATION ${INCL_INSTALL_DIR}/gromacs/selection
19         COMPONENT development)
20
21 if (BUILD_TESTING)
22     add_subdirectory(tests)
23 endif (BUILD_TESTING)