Changeset df2cc24 in opengl-game


Ignore:
Timestamp:
Sep 16, 2019, 2:04:07 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
f133da0
Parents:
c1d9b2a
Message:

Add IMGUI and its dependencies to the openglgame MSVC project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OpenGLGame.vcxproj

    rc1d9b2a rdf2cc24  
    2323    <ClCompile Include="FileStackWalker.cpp" />
    2424    <ClCompile Include="game-gui-glfw.cpp" />
     25    <ClCompile Include="IMGUI\imgui.cpp" />
     26    <ClCompile Include="IMGUI\imgui_demo.cpp" />
     27    <ClCompile Include="IMGUI\imgui_draw.cpp" />
     28    <ClCompile Include="imgui_impl_glfw_gl3.cpp" />
    2529    <ClCompile Include="logger.cpp" />
    2630    <ClCompile Include="main-opengl.cpp" />
     
    3539    <ClInclude Include="game-gui-glfw.hpp" />
    3640    <ClInclude Include="game-gui.hpp" />
     41    <ClInclude Include="IMGUI\imgui.h" />
     42    <ClInclude Include="IMGUI\imgui_internal.h" />
     43    <ClInclude Include="IMGUI\stb_rect_pack.h" />
     44    <ClInclude Include="IMGUI\stb_textedit.h" />
     45    <ClInclude Include="IMGUI\stb_truetype.h" />
     46    <ClInclude Include="imgui_impl_glfw_gl3.h" />
    3747    <ClInclude Include="logger.hpp" />
    3848    <ClInclude Include="opengl-game.hpp" />
Note: See TracChangeset for help on using the changeset viewer.