cmake: fix missing header for legacy api
authorChristoph Junghans <junghans@votca.org>
Tue, 24 Dec 2019 01:27:59 +0000 (18:27 -0700)
committerChristoph Junghans <junghans@votca.org>
Tue, 24 Dec 2019 01:28:09 +0000 (18:28 -0700)
Legacy api got broken in 7030361aab7e9d7927d98a5c68211c05531b256d.

Change-Id: Ie563716f1a58548b54d8010ea34f3b8faa1114d4

src/gromacs/utility/CMakeLists.txt

index 782753d3d359fa752a269c92917890acecd19ed3..ec4c13f2d91a99deaed52c84c2171b90ff344277 100644 (file)
@@ -50,7 +50,10 @@ if(GMX_INSTALL_LEGACY_API)
   install(FILES
           arrayref.h
           baseversion.h
+          classhelpers.h
           enumerationhelpers.h
+          exceptions.h
+          listoflists.h
           programcontext.h
           range.h
           smalloc.h