bgfx/examples/09-hdr/makefile

11 lines
251 B
Makefile
Raw Normal View History

2013-03-17 16:08:24 -07:00
#
2020-01-14 21:37:06 -08:00
# Copyright 2011-2020 Branimir Karadzic. All rights reserved.
2017-01-04 08:34:25 -08:00
# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
2013-03-17 16:08:24 -07:00
#
BGFX_DIR=../..
RUNTIME_DIR=$(BGFX_DIR)/examples/runtime
BUILD_DIR=../../.build
2014-09-10 21:48:08 -07:00
include $(BGFX_DIR)/scripts/shader.mk