bgfx/examples/06-bump/makefile

11 lines
251 B
Makefile
Raw Normal View History

2013-03-18 03:10:50 +04:00
#
2018-01-01 22:16:06 +03:00
# Copyright 2011-2018 Branimir Karadzic. All rights reserved.
2017-01-04 19:34:25 +03:00
# 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