bgfx/examples/07-callback/makefile

11 lines
250 B
Makefile
Raw Permalink Normal View History

2013-03-18 03:10:50 +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
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