Merge branch 'release-2020' into master
[alexxy/gromacs.git] / src / gromacs / options / CMakeLists.txt
index d767323079e62a7794b06a0225f1e3a5d513e354..d67ef3fa03bc27b18aec9f14624ab06734f56b92 100644 (file)
@@ -48,6 +48,23 @@ gmx_add_libgromacs_sources(
     treesupport.cpp
     )
 
+if(GMX_INSTALL_LEGACY_API)
+    install(FILES
+           abstractoption.h
+           basicoptions.h
+           filenameoption.h
+           filenameoptionmanager.h
+           ioptionsbehavior.h
+           ioptionscontainer.h
+           ioptionscontainerwithsections.h
+           ivaluestore.h
+           optionfiletype.h
+           optionflags.h
+           options.h
+           timeunitmanager.h
+            DESTINATION include/gromacs/options)
+endif()
+
 if (BUILD_TESTING)
     add_subdirectory(tests)
 endif()