summaryrefslogtreecommitdiffstats
path: root/kernel/kls_openexr
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-05-27 18:38:14 +0900
committerMichele Calgaro <[email protected]>2023-09-21 19:58:56 +0900
commitaf121719c99a99fc3444d181777a6177f0d59dba (patch)
tree786cf8548c92daf560733278701d95d3079b1d2f /kernel/kls_openexr
parent5b8d2d73599f1a06c2106ef71b9774dada86e076 (diff)
downloadlibksquirrel-af121719c99a99fc3444d181777a6177f0d59dba.tar.gz
libksquirrel-af121719c99a99fc3444d181777a6177f0d59dba.zip
Conversion to cmake building system
Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kernel/kls_openexr')
-rw-r--r--kernel/kls_openexr/CMakeLists.txt16
-rw-r--r--kernel/kls_openexr/Makefile.am2
2 files changed, 17 insertions, 1 deletions
diff --git a/kernel/kls_openexr/CMakeLists.txt b/kernel/kls_openexr/CMakeLists.txt
new file mode 100644
index 0000000..d1f0cc5
--- /dev/null
+++ b/kernel/kls_openexr/CMakeLists.txt
@@ -0,0 +1,16 @@
+include_directories(
+ ${CMAKE_CURRENT_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/kernel/include
+ ${CMAKE_BINARY_DIR}
+ ${OPENEXR_INCLUDE_DIRS}
+)
+
+
+##### codecs
+
+tde_add_library( kls_openexr SHARED AUTOMOC
+ SOURCES fmt_codec_openexr.cpp
+ LINK ksquirrel-libs-shared ${OPENEXR_LIBRARIES}
+ VERSION 0.8.0
+ DESTINATION ${LIB_INSTALL_DIR}/ksquirrel-libs
+)
diff --git a/kernel/kls_openexr/Makefile.am b/kernel/kls_openexr/Makefile.am
index 15c16e0..7c31f1b 100644
--- a/kernel/kls_openexr/Makefile.am
+++ b/kernel/kls_openexr/Makefile.am
@@ -1,6 +1,6 @@
CXXFLAGS = @CXXFLAGS@ -fexceptions @SQ_EXR_CFLAGS@
-INCLUDES = -I../include
+INCLUDES = -I../include $(all_includes)
pkglib_LTLIBRARIES = libkls_openexr.la