bgfx/examples/18-ibl/makefile

11 lines
250 B
Makefile
Raw Normal View History

2014-02-14 08:46:34 +04:00
#
2024-01-14 12:56:36 +03:00
# Copyright 2011-2024 Branimir Karadzic. All rights reserved.
2022-01-15 22:59:06 +03:00
# License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
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