blob: 19c81e4369232ec2875f4b689ad4653a94146ac4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#
# Copyright 2011-2022 Branimir Karadzic. All rights reserved.
# License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
#
BGFX_DIR=../..
RUNTIME_DIR=$(BGFX_DIR)/examples/runtime
BUILD_DIR=../../.build
include $(BGFX_DIR)/scripts/shader.mk
|