8 Commits

Author SHA1 Message Date
McMassiveNZ
6d317cf89c update cmake modules dir 2023-07-19 22:18:18 +02:00
McMassiveNZ
0e7f06cdd2 CPM added and directory structure changed
Switch to using CPM package manager instead of vcpkg as its just a wrapper around cmake and makes things more simple.

Switch dependency from spdlog to fmt.

Changed the directory structure to match the setup recommended by GitLab
2023-05-28 20:42:15 +02:00
McMassiveNZ
ea2f1c08b7 Fixed Message and .clang-format 2023-05-03 22:21:09 +02:00
McMassiveNZ
d81e880cf3 Clean up
- Remove commented out cmake code
- Remove duplicate .clang-format script
2023-04-19 20:21:23 +02:00
McMassiveNZ
bb6eb1b24f Reshuffle folder structure
Reshuffle folder structure and update cmake.yml
2022-12-16 23:10:43 +01:00
McMassiveNZ
619e41a1cb Fix Linux CI
Fix case sensitive file name issue on Linux build
2022-12-06 23:31:18 +01:00
McMassiveNZ
addb00907e Blind fix for failing linux
Blind fix for Linux failing to generate a CMake project on the CI
2022-12-06 23:28:08 +01:00
McMassiveNZ
5b45b04454 Initial Commit
* A simple C-Make project setup
* A lot of warnings enabled and warnings as errors
* unit test discovery with google test

In progress functionality
- sanitizers
- static analysis
2022-12-02 19:41:20 +01:00