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

@ -11,7 +11,8 @@ links{
}
includedirs{
"./../BarinkEngine/Include",
"../YoggieEngine/build/Debug",
-- I'd prefer if didn't need these..
-- We'll figure that out some time later
@ -28,7 +29,6 @@ includedirs{
incfolder["yamlcpp"],
incfolder["nativefiledialog"],
"./include"
}
@ -38,6 +38,7 @@ libdirs {
}
files {
"../libs/glad/src/glad.c",
"./src/**.h",
"./src/**.cpp"
}