Files
imgui/examples/example_qnx_vulkan/nto/Makefile

9 lines
123 B
Makefile

LIST=CPU
ifndef QRECURSE
QRECURSE=recurse.mk
ifdef QCONFIG
QRDIR=$(dir $(QCONFIG))
endif
endif
include $(QRDIR)$(QRECURSE)