11 lines
251 B
Makefile
Raw Normal View History

2015-12-13 21:21:07 -04:00
#
2018-01-01 11:16:06 -08:00
# Copyright 2011-2018 Branimir Karadzic. All rights reserved.
2017-01-04 08:34:25 -08:00
# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
2015-12-13 21:21:07 -04:00
#
BGFX_DIR=../..
RUNTIME_DIR=$(BGFX_DIR)/examples/runtime
BUILD_DIR=../../.build
include $(BGFX_DIR)/scripts/shader.mk