bgfx/examples/18-ibl/makefile

11 lines
251 B
Makefile
Raw Normal View History

2014-02-14 08:46:34 +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
2014-02-14 08:46:34 +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