Changeset 5f3dba8 in opengl-game for makefile


Ignore:
Timestamp:
Aug 12, 2019, 3:45:20 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
e1a7f5a
Parents:
69dccfe
Message:

Create a transparent texture in SDL and render some sample images and shapes onto it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • makefile

    r69dccfe r5f3dba8  
    4242endif
    4343
    44 LIBS = `pkg-config --static --libs sdl2 glfw3`
     44LIBS = `pkg-config --static --libs sdl2 sdl2_image sdl2_ttf glfw3`
    4545ifeq ($(OS),Darwin)
    4646        LIBS := $(VULKAN_SDK_PATH)/lib/libvulkan.dylib $(LIBS)
Note: See TracChangeset for help on using the changeset viewer.