JeffersonLab / ccdb

Jefferson Lab Calibration and Conditions Database (CCDB)
8 stars 14 forks source link

V1 main cmake #83

Closed mholtrop closed 3 years ago

mholtrop commented 3 years ago

Changes to the v1-main branch that allow building with cmake. Basic steps: cd ccdb mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX= make install

This will install the libraries and include files to the install_location in the sub directories lib and include.