mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
812e6094f4
* Update to bgfx a93a714632b79b5ddbf5c86ac323fa9b76ed3433 Co-authored-by: Бранимир Караџић <branimirkaradzic@gmail.com>
10 lines
250 B
Makefile
10 lines
250 B
Makefile
#
|
|
# 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
|