Main development repository for Project LAPDOG software development
Create and/or Navigate into the build directory
- mkdir build && cd build
Inside build directory, initialize cmake with
- cmake ./
To build the code
- cmake --build ./
- cmake --build ./ --target main
To run the code (while in build directory)
- ./app/main
To Test the code
- ctest