Added logging to the engine
This commit is contained in:
parent
5e77883bd2
commit
531cfbd006
6 changed files with 70 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue