JoshuaBrookover / bigg

bgfx, imgui, glfw, glm
The Unlicense
226 stars 35 forks source link

OSX compilation error #2

Closed dovodsc closed 6 years ago

dovodsc commented 6 years ago

bigg/deps/bgfx.cmake/bgfx/tools/texturev/texturev.cpp:6:10: fatal error: 'common.h' file not found

jreach-dev commented 6 years ago

Same on Windows.

I tried to solve it once but anything that includes common.h sucks in the entire bgfx example framework.

I may have solved it with my latest pull request. At least for Windows Visual Studio 2017.

What is texturev for?

JoshuaBrookover commented 6 years ago

texturev is a simple image viewing program. It is not necessary to build any of the other projects. This issue will be fixed when we update to newer bgfx.cmake.

JoshuaBrookover commented 6 years ago

Should be fixed now.