move to cmake

This commit is contained in:
2024-06-03 09:59:35 -05:00
parent d1c056e734
commit 087f132a32
41 changed files with 558 additions and 367 deletions

View File

@@ -1,7 +1,7 @@
#ifndef DTL_STORAGE
#define DTL_STORAGE
#include <dtl/dtl.hpp>
#include "common.hpp"
template <typename sesElem, typename storedData>
class CustomStorage : public dtl::Storage<sesElem, storedData> {