Introduce include/gmxconfig.h
commit8753009c277b6acbe0f398980ae03c9caf267136
authorMark Abraham <mark.j.abraham@gmail.com>
Wed, 11 Apr 2012 01:56:16 +0000 (11 11:56 +1000)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 11 Apr 2012 02:00:26 +0000 (11 12:00 +1000)
tree0280c11c9cb7f11a90eb0c0deb00a62d03e8b929
parent00042321aaf6d4a512ea22779120fb2e55dbf091
Introduce include/gmxconfig.h

This header file is for #defines that should be available in an installed
header file that can be used by projects that depend on GROMACS. The
src/config.h used in building GROMACS is not installed, and so is not
available to such projects. CMake is used to configure
include/gmxconfig.h.cmakein and create include/gmxconfig.h.

Change-Id: Ide36fb4c0958d5faa647263411b3cfb91baa1d61
CMakeLists.txt
include/CMakeLists.txt
include/gmxconfig.h.cmakein [new file with mode: 0644]