Added logging to the engine

This commit is contained in:
Jordon Brooks 2023-03-01 00:11:37 +00:00
parent 5e77883bd2
commit 531cfbd006
6 changed files with 70 additions and 3 deletions

View file

@ -22,7 +22,7 @@ project "FluxEngine"
includedirs
{
"%{prj.name}/vendor/spdlog/include",
}
filter "system:windows"
@ -67,7 +67,8 @@ project "Sandbox"
includedirs
{
"Flux/src"
"FluxEngine/vendor/spdlog/include",
"FluxEngine/src"
}
links