test using FetchContent for dependencies

This commit is contained in:
jadebenn
2024-11-20 21:12:11 -06:00
parent 53877a0bc3
commit b49e316296
24 changed files with 49 additions and 40 deletions

View File

@@ -2,7 +2,7 @@
#define __STRINGIFIEDENUM_H__
#include <string>
#include "magic_enum.hpp"
#include <magic_enum/magic_enum.hpp>
namespace StringifiedEnum {
template<typename T>