Replace automatic rdtscp checks with boolean option
[gromacs.git] / python_packaging / sample_restraint / src / CMakeLists.txt
blob482177169f223693e53f26cd519ce7ea2110e5a0
1 # Build a C++ library using libgmxapi to extend GROMACS.
2 # We process this subdirectory first to reaffirm that this code does not depend
3 # on other substantial infrastructure, such as a particular Python bindings
4 # framework or the Googletest framework.
5 add_subdirectory(cpp)
7 # Build a Python extension package from our new library.
8 add_subdirectory(pythonmodule)