add cmake support and fix some header issues

This commit is contained in:
2023-03-01 10:48:50 +08:00
parent fcc9f10064
commit 8724077e97
6 changed files with 81 additions and 6 deletions

View File

@ -45,6 +45,7 @@
#include <type_traits>
#include <cinttypes>
#include <cstdint>
#include <initializer_list>
namespace LibCmo {