Merge "Updated Doxygen comments for selections."
[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     nbsearch.h
6     indexutil.h
7     position.h
8     selection.h
9     selectioncollection.h
10     selectionenums.h
11     selectionoption.h
12     selectionoptioninfo.h)
13 install(FILES ${SELECTION_PUBLIC_HEADERS}
14         DESTINATION ${INCL_INSTALL_DIR}/gromacs/selection
15         COMPONENT development)
16
17 if (BUILD_TESTING)
18     add_subdirectory(tests)
19 endif (BUILD_TESTING)