/abc-library-cmake

An example of using ABC as a Library using CMake

Primary LanguageCMakeMIT LicenseMIT

Build Status

An example of using ABC as a Library using CMake

Instructions

  1. Clone this project.
git clone https://github.com/berkeley-abc/abc-library-cmake.git
  1. Clone ABC inside this project directory.
cd abc-library-cmake
git clone https://github.com/berkeley-abc/abc.git
  1. Create a build directory
mkdir build
cd build
  1. Configure the CMake project
cmake ..
  1. Build
make
  1. Run the program. For convenience, it was added as a test:
make test