mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Removed generated files from premake project.
This commit is contained in:
parent
2833ff1c14
commit
a30a7d4346
2 changed files with 25 additions and 17 deletions
|
@ -21,11 +21,15 @@ project "bgfx"
|
|||
"BGFX_CONFIG_DEBUG=1",
|
||||
}
|
||||
|
||||
configuration { "windows" }
|
||||
includedirs {
|
||||
"$(DXSDK_DIR)/include",
|
||||
}
|
||||
|
||||
configuration {}
|
||||
|
||||
includedirs {
|
||||
BGFX_DIR .. "include",
|
||||
"$(DXSDK_DIR)/include",
|
||||
}
|
||||
|
||||
files {
|
||||
|
@ -34,4 +38,8 @@ project "bgfx"
|
|||
BGFX_DIR .. "src/**.h",
|
||||
}
|
||||
|
||||
excludes {
|
||||
BGFX_DIR .. "src/**.bin.h",
|
||||
}
|
||||
|
||||
-- copyLib()
|
||||
|
|
Loading…
Reference in a new issue