You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
298 B
11 lines
298 B
CXXFLAGS = @CXXFLAGS@ -fexceptions
|
|
|
|
INCLUDES = -I../include @SQ_EXR_CFLAGS@
|
|
|
|
pkglib_LTLIBRARIES = libkls_openexr.la
|
|
|
|
libkls_openexr_la_SOURCES = fmt_codec_openexr.cpp fmt_codec_openexr_defs.h
|
|
|
|
libkls_openexr_la_LDFLAGS = ${SQ_RELEASE}
|
|
|
|
libkls_openexr_la_LIBADD = @SQ_EXR_LDFLAGS@ ${SQ_LOCAL_RPATH}
|