summaryrefslogtreecommitdiff
path: root/ucoo/hal/frame_buffer/Module
blob: 699de5bf86471feda6ea85a37246dac674b2d674 (plain)
1
2
3
4
5
6
ucoo_hal_frame_buffer_SOURCES := sdl_frame_buffer.host.cc

SDL_CFLAGS = $(shell sdl2-config --cflags)
SDL_LIBS = $(shell sdl2-config --libs)
host_CFLAGS += $(SDL_CFLAGS)
host_LIBS += $(SDL_LIBS)