Add SmartHeap (#83)

* add smartheap

* cmake: bump even further

* this seemed to be necessary but now it isn't? ok

* cmake: force include smrtheap.hpp

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* cmake: force include smrtheap.hpp 2

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* remove compiler defs - unnecessary if force-including anyway

* cmake: use interface for cleaner code

---------

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
This commit is contained in:
MattKC
2023-07-15 23:18:21 -07:00
committed by GitHub
parent f247e10b7e
commit 2ffe227d82
7 changed files with 895 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ jobs:
uses: jwlawson/actions-setup-cmake@v1.13
with:
# Use minimum supported version
cmake-version: '3.0.x'
cmake-version: '3.13.x'
- name: Build
shell: cmd