X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ftopology%2FCMakeLists.txt;h=fc8b5463b9f1045d28f191d21c8315c14dd4ee9c;hb=bc9ba47edc5b12b5d4324bcdbf8c5cd3cb048c3d;hp=ffc2379e839c32e2177ce1bbd747868e8e8457cf;hpb=a1fbbb07241495656429dbb560e93769368609a4;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/topology/CMakeLists.txt b/src/gromacs/topology/CMakeLists.txt index ffc2379e83..fc8b5463b9 100644 --- a/src/gromacs/topology/CMakeLists.txt +++ b/src/gromacs/topology/CMakeLists.txt @@ -35,7 +35,7 @@ file(GLOB TOPOLOGY_SOURCES *.cpp *.c) set(LIBGROMACS_SOURCES ${LIBGROMACS_SOURCES} ${TOPOLOGY_SOURCES} PARENT_SCOPE) -set(TOPOLOGY_PUBLIC_HEADERS +gmx_install_headers( atomprop.h atoms.h block.h @@ -43,9 +43,8 @@ set(TOPOLOGY_PUBLIC_HEADERS index.h mtop_util.h symtab.h - topology.h) - -gmx_install_headers(topology ${TOPOLOGY_PUBLIC_HEADERS}) + topology.h + ) if (BUILD_TESTING) # add_subdirectory(tests)