mirror of https://github.com/bkaradzic/bgfx
Fixed texturec build with --with-profiler enabled
This commit is contained in:
parent
e19cd3bdf1
commit
e20451c799
|
@ -7,6 +7,10 @@ project "texturec"
|
|||
uuid "838801ee-7bc3-11e1-9f19-eae7d36e7d26"
|
||||
kind "ConsoleApp"
|
||||
|
||||
defines {
|
||||
"ENTRY_CONFIG_PROFILER=0",
|
||||
}
|
||||
|
||||
includedirs {
|
||||
path.join(BX_DIR, "include"),
|
||||
path.join(BGFX_DIR, "include"),
|
||||
|
|
Loading…
Reference in New Issue