Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building instructions

Create a conda environment using the environment.yml file in this repo:

conda env create -f environment.yml

Activate the environment:

conda activate dev-env

Configure and generate your build files from the source directory:

cmake --preset=ninja .

Navigate to your build directory and build the project:

cd ../build && ninja

Run the tests:

./MyTests.exe

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages