Skip to content

Nick0412/Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • A C/C++ Compiler: GCC, Clang
  • CMake

Build Instructions

If you are on a POSIX type system, then to build the project you can run the following.

mkdir build
cd build
cmake ..
cmake --build .

Run Tests

In the same build directory you can run the following.

cmake ..
cmake --build .
ctest --verbose

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published