mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-25 14:48:24 -05:00
9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
INCLUDES = -isystem$(top_srcdir)/libobs
|
|
AM_CPPFLAGS = -DUNICODE -D_UNICODE
|
|
|
|
builddir = ../../build
|
|
build_PROGRAMS = test
|
|
test_LDADD = $(top_srcdir)/libobs/libobs.la
|
|
test_LDFLAGS = -mwindows
|
|
test_SOURCES = test.cpp
|