Precompiled header for the engine core library
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user