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",
|
"BGFX_CONFIG_DEBUG=1",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configuration { "windows" }
|
||||||
|
includedirs {
|
||||||
|
"$(DXSDK_DIR)/include",
|
||||||
|
}
|
||||||
|
|
||||||
configuration {}
|
configuration {}
|
||||||
|
|
||||||
includedirs {
|
includedirs {
|
||||||
BGFX_DIR .. "include",
|
BGFX_DIR .. "include",
|
||||||
"$(DXSDK_DIR)/include",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
files {
|
files {
|
||||||
|
@ -34,4 +38,8 @@ project "bgfx"
|
||||||
BGFX_DIR .. "src/**.h",
|
BGFX_DIR .. "src/**.h",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
excludes {
|
||||||
|
BGFX_DIR .. "src/**.bin.h",
|
||||||
|
}
|
||||||
|
|
||||||
-- copyLib()
|
-- copyLib()
|
||||||
|
|
Loading…
Reference in a new issue