Merge remote-tracking branch 'origin/release-4-6'
[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     basicoptioninfo.h
7     basicoptions.h
8     filenameoption.h
9     filenameoptioninfo.h
10     optionfiletype.h
11     optionflags.h
12     optioninfo.h
13     options.h
14     timeunitmanager.h)
15 install(FILES ${OPTIONS_PUBLIC_HEADERS}
16         DESTINATION ${INCL_INSTALL_DIR}/gromacs/options
17         COMPONENT development)
18
19 if (BUILD_TESTING)
20     add_subdirectory(tests)
21 endif (BUILD_TESTING)