Editor console basics and more dependencies

Added basics of an editor console, Added YAML-CPP as a dependency of the editor , Added NativeFileDialog as a dependency
This commit is contained in:
2022-11-05 12:29:50 +01:00
parent b44c88d05c
commit 41d5b87c7b
13 changed files with 143 additions and 8 deletions

View File

@ -5,7 +5,8 @@ buildmessage "Building editor ..."
links{
"YoggieEngine",
"ImGuizmo"
"ImGuizmo",
"yaml-cpp"
}
includedirs{
@ -23,6 +24,7 @@ includedirs{
incfolder["imgui"],
incfolder["imguizmo"],
incfolder["entt"],
incfolder["yamlcpp"],
"./include"
@ -37,3 +39,4 @@ files {
"./src/*.cpp"
}
include("../yaml-cpp")