vkd3d/Makefile.am
2016-09-21 12:57:24 +02:00

11 lines
168 B
Makefile

ACLOCAL_AMFLAGS = -I m4
widl_headers = \
include/d3d12.h
BUILT_SOURCES = $(widl_headers)
CLEANFILES = $(widl_headers)
$(widl_headers): %.h: %.idl
$(WIDL) -o $@ $<