Changeset e6bc0f4 in opengl-game for makefile


Ignore:
Timestamp:
May 10, 2019, 6:18:31 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
155a7cf
Parents:
c55614a
Message:

Add a callback for the window resize event

File:
1 edited

Legend:

Unmodified
Added
Removed
  • makefile

    rc55614a re6bc0f4  
    44
    55ifeq ($(OS),Darwin)
    6         DEP = -framework Cocoa -framework OpenGL -framework IOKit -framework CoreVideo -lglfw3 -lglew
     6        DEP = -framework Cocoa -framework OpenGL -framework IOKit -framework CoreVideo -lglfw -lglew
    77endif
    88ifeq ($(OS),Linux)
Note: See TracChangeset for help on using the changeset viewer.