You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SET LIB_DIRS=/LIBPATH:..\thirdparty\glfw\lib-vc2010-64
SET LIBS= glfw3.lib kernel32.lib opengl32.lib gdi32.lib shell32.lib
SET INCLUDE_DIRS=/I..\thirdparty\glfw\include /I..\thirdparty\imgui\backends /I..\thirdparty\imgui
SET SRC_FILES=..\src\*.cpp ..\thirdparty\imgui\backends\imgui_impl_glfw.cpp ..\thirdparty\imgui\backends\imgui_impl_opengl3.cpp ..\thirdparty\imgui\imgui*.cpp