X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fstatistics%2FCMakeLists.txt;h=1fce039188965e71e37c5495edc303c45718e378;hb=9eb0581bed7c5147f8919ab19a7e2ed55e0e1514;hp=2f7f9f9c654ebfcc2b60d03f00900900fe234439;hpb=6deccc32ac06eb330845870f580d78ef07f1d1c0;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/statistics/CMakeLists.txt b/src/gromacs/statistics/CMakeLists.txt index 2f7f9f9c65..1fce039188 100644 --- a/src/gromacs/statistics/CMakeLists.txt +++ b/src/gromacs/statistics/CMakeLists.txt @@ -1,7 +1,7 @@ # # This file is part of the GROMACS molecular simulation package. # -# Copyright (c) 2014, by the GROMACS development team, led by +# Copyright (c) 2014,2015, by the GROMACS development team, led by # Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, # and including many others, as listed in the AUTHORS file in the # top-level source directory and at http://www.gromacs.org. @@ -32,7 +32,7 @@ # To help us fund GROMACS development, we humbly ask that you cite # the research papers on the package. Check out http://www.gromacs.org. -file(GLOB STATISTICS_SOURCES statistics.c) +file(GLOB STATISTICS_SOURCES *.cpp) set(LIBGROMACS_SOURCES ${LIBGROMACS_SOURCES} ${STATISTICS_SOURCES} PARENT_SCOPE)