bgfx/examples/07-callback/makefile

11 lines
251 B
Makefile
Raw Normal View History

2013-03-18 03:10:50 +04:00
#
2017-01-04 19:34:25 +03:00
# Copyright 2011-2017 Branimir Karadzic. All rights reserved.
# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
2013-03-18 03:10:50 +04:00
#
BGFX_DIR=../..
RUNTIME_DIR=$(BGFX_DIR)/examples/runtime
BUILD_DIR=../../.build
2014-09-11 08:48:08 +04:00
include $(BGFX_DIR)/scripts/shader.mk