Merge remote-tracking branch 'origin/release-4-6' into HEAD
[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     selectionoptionmanager.h)
14 install(FILES ${SELECTION_PUBLIC_HEADERS}
15         DESTINATION ${INCL_INSTALL_DIR}/gromacs/selection
16         COMPONENT development)
17
18 if (BUILD_TESTING)
19     add_subdirectory(tests)
20 endif (BUILD_TESTING)