1#
2# Copyright 2011-2019 Branimir Karadzic. All rights reserved.
3# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
4#
5
6BGFX_DIR=../..
7RUNTIME_DIR=$(BGFX_DIR)/examples/runtime
8BUILD_DIR=../../.build
9
10include $(BGFX_DIR)/scripts/shader.mk
11