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:
@ -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")
|
||||
|
Reference in New Issue
Block a user