Normalize sample_restraint target names.
commit870c679e8938e516264c8f1a6bfaba0d57d386ca
authorM. Eric Irrgang <ericirrgang@gmail.com>
Wed, 16 Oct 2019 15:03:03 +0000 (16 18:03 +0300)
committerPaul Bauer <paul.bauer.q@gmail.com>
Fri, 1 Nov 2019 10:54:06 +0000 (1 11:54 +0100)
treede0cc8159d8ef0405036b59f24d40248b148e55c
parentca1f60742e06fe8021f2f9674ef13e84766061be
Normalize sample_restraint target names.

In the python_packaging/sample_restraint directory, add a uniform prefix
to help identify CMake targets related to the sample_restraint subproject
(configured with a GROMACS build when GMX_PYTHON_PACKAGING=ON). The
primary shared object library target is now named "gmxapi_extension".
Support and testing targets are now prefixed by "gmxapi_extension_".

Change-Id: Ie07caeb8c83e9ed754b96c6ce97099b8114d7fd4
python_packaging/sample_restraint/src/cpp/CMakeLists.txt
python_packaging/sample_restraint/src/pythonmodule/CMakeLists.txt
python_packaging/sample_restraint/tests/CMakeGROMACS.txt
python_packaging/sample_restraint/tests/CMakeLists.txt