libgromacs CMake source file management cleanup
commite1ca1614e5ce2e7894c87c82bcd7f127f0d0fcd6
authorTeemu Murtola <teemu.murtola@gmail.com>
Mon, 30 Nov 2015 10:23:03 +0000 (30 12:23 +0200)
committerTeemu Murtola <teemu.murtola@gmail.com>
Mon, 30 Nov 2015 10:23:03 +0000 (30 12:23 +0200)
tree98aa7fb64799216422a5a8064947a25f2f1c06b3
parent7d9c32c7ff879143cc8397b23a444061119daace
libgromacs CMake source file management cleanup

- Remove obsolete globbing for *.c files.
- Do not install anything remaining in legacyheaders/, which makes it
  possible to remove the whole CMakeLists.txt files from there.
- Add gmx_add_libgromacs_sources() as an alternative to globbing, and
  use it in places where we were only using the globbing to get full
  paths (so that they work where we want).

Change-Id: I654b84b6f48b7991faa3d7a349d5118be932493d
src/gromacs/CMakeLists.txt
src/gromacs/fft/CMakeLists.txt
src/gromacs/fileio/CMakeLists.txt
src/gromacs/gmxana/CMakeLists.txt
src/gromacs/gmxlib/CMakeLists.txt
src/gromacs/hardware/CMakeLists.txt
src/gromacs/legacyheaders/CMakeLists.txt [deleted file]
src/gromacs/legacyheaders/types/CMakeLists.txt [deleted file]
src/gromacs/trajectoryanalysis/CMakeLists.txt
src/gromacs/utility/CMakeLists.txt