Allow using system libfmt

Signed-off-by: Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
This commit is contained in:
Jean-Pierre De Jesus DIAZ 2023-05-29 14:09:58 +02:00
parent 65fc16d5ac
commit 0399b6b6bb
No known key found for this signature in database
GPG key ID: 6279AEC20A9524EC
46 changed files with 32 additions and 15 deletions

View file

@ -18,7 +18,6 @@
#include "hw/msr/Msr.h"
#include "3rdparty/fmt/core.h"
#include "backend/cpu/Cpu.h"
#include "base/io/log/Log.h"
@ -29,6 +28,7 @@
#include <cstdio>
#include <dirent.h>
#include <fcntl.h>
#include <fmt/core.h>
#include <fstream>
#include <sys/stat.h>
#include <sys/types.h>