Precompiled header for the engine core library

This commit is contained in:
2022-11-05 20:14:36 +01:00
parent 28c64b43ba
commit b2688e843c
50 changed files with 59 additions and 26 deletions

View File

@ -27,9 +27,10 @@ workspace "Yoggie GameEngine"
optimize "On"
include("./YoggieEngine")
include ("./Editor")
group("Other")
includeexternal("./SandboxApp")
@ -41,3 +42,5 @@ group("Libraries")
include('../ImGui')
include("../ImGuizmo")
include("../yaml-cpp")