Commit Graph

4 Commits

Author SHA1 Message Date
0bf4c40699 fix(mk): removed directive for mk to delete build directory every run 2025-02-12 16:22:00 -05:00
c782ff644a docs(mk): added doxygen commands to build docs
when running ./mk --docs the docs will also be build with the code itself and the tests
2025-01-19 12:23:34 -05:00
e28d407cd7 build(meson): added command line options to not build tests
meson_options added which includes a build test variable. If this is false (default: true) tests will be build. the mk script can controll this with the --noTest command line argument.
2025-01-19 08:34:21 -05:00
7d6062b6c1 build(root): added initial meson build system implimentation and mk script
we will use meson as the build system for this project. Added a rough outline of this which builds source, libraries, and links them to tests (along with the google test library for testing). meson will be setup and compiled with ./mk.
2025-01-19 07:38:58 -05:00