X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Foptions%2FCMakeLists.txt;h=a04d94e1a184ab50c61fe45137f0f43c1ec62f4c;hb=bc9ba47edc5b12b5d4324bcdbf8c5cd3cb048c3d;hp=446c55228a5a3401cae1ecf62c72d45c6cbd9014;hpb=a1fbbb07241495656429dbb560e93769368609a4;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/options/CMakeLists.txt b/src/gromacs/options/CMakeLists.txt index 446c55228a..a04d94e1a1 100644 --- a/src/gromacs/options/CMakeLists.txt +++ b/src/gromacs/options/CMakeLists.txt @@ -35,7 +35,7 @@ file(GLOB OPTIONS_SOURCES *.cpp) set(LIBGROMACS_SOURCES ${LIBGROMACS_SOURCES} ${OPTIONS_SOURCES} PARENT_SCOPE) -set(OPTIONS_PUBLIC_HEADERS +gmx_install_headers( abstractoption.h basicoptions.h filenameoption.h @@ -43,8 +43,8 @@ set(OPTIONS_PUBLIC_HEADERS optionfiletype.h optionflags.h options.h - timeunitmanager.h) -gmx_install_headers(options ${OPTIONS_PUBLIC_HEADERS}) + timeunitmanager.h + ) if (BUILD_TESTING) add_subdirectory(tests)