New Testing Setup - DOI-USGS/usgscsm GitHub Wiki
Install GTest
https://stackoverflow.com/questions/13513905/how-to-setup-googletest-as-a-shared-library-on-linux
Make sure you copy the library to /usr/lib64/
Install cmake 3.12
Install the CSM api
https://github.com/USGS-Astrogeology/csm
Copy the include directory to /usr/include/
and the library to /usr/lib64