libs/vkd3d: Add library.

This commit is contained in:
Józef Kucia
2016-09-21 12:57:24 +02:00
parent 3d10019103
commit f8090a33dd
3 changed files with 67 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
ACLOCAL_AMFLAGS = -I m4
AM_CFLAGS = @VKD3D_CFLAGS@
AM_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/include/dummy
widl_headers = \
include/d3d12.h
@@ -6,5 +8,9 @@ widl_headers = \
BUILT_SOURCES = $(widl_headers)
CLEANFILES = $(widl_headers)
lib_LTLIBRARIES = libvkd3d.la
libvkd3d_la_SOURCES = \
libs/vkd3d/vkd3d_main.c
$(widl_headers): %.h: %.idl
$(WIDL) -o $@ $<