Skip to content

berkeley-abc/abc-library-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An example of using ABC as a Library using CMake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages