Fix eglPlugin

This commit is contained in:
erwincoumans
2018-09-24 08:06:28 -07:00
parent cdd56e4641
commit c1ba89a01c
2 changed files with 25 additions and 24 deletions

View File

@@ -16,7 +16,7 @@ project ("pybullet_eglRendererPlugin")
if os.is("Windows") then
files {"../../../OpenGLWindow/Win32OpenGLWindow.cpp",
"../../../OpenGLWindow/Win32GLWindow.cpp",}
"../../../OpenGLWindow/Win32Window.cpp",}
end
if os.is("MacOSX") then
@@ -53,6 +53,7 @@ project ("pybullet_eglRendererPlugin")
"../../../ThirdPartyLibs/Wavefront/tiny_obj_loader.h",
"../../../ThirdPartyLibs/stb_image/stb_image.cpp",
"../../../ThirdPartyLibs/stb_image/stb_image.h",
"../../../ThirdPartyLibs/stb_image/stb_image_write.cpp",
"../../../ThirdPartyLibs/tinyxml2/tinyxml2.cpp",
"../../../ThirdPartyLibs/tinyxml2/tinyxml2.h",
"../../../OpenGLWindow/SimpleCamera.cpp",