Closed mholtrop closed 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.
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.