[poppler] glib/CMakeLists.txt glib/demo
Albert Astals Cid
aacid at kemper.freedesktop.org
Sun Feb 9 14:22:21 PST 2014
glib/CMakeLists.txt | 2 ++
glib/demo/CMakeLists.txt | 1 +
2 files changed, 3 insertions(+)
New commits:
commit a865f13def88153fdbe8a0a054d2005e3e2bb737
Author: Albert Astals Cid <aacid at kde.org>
Date: Sun Feb 9 23:22:07 2014 +0100
Fix cmake build
diff --git a/glib/CMakeLists.txt b/glib/CMakeLists.txt
index a3a9d4c..35a6197 100644
--- a/glib/CMakeLists.txt
+++ b/glib/CMakeLists.txt
@@ -30,6 +30,7 @@ set(poppler_glib_public_headers
poppler-movie.h
poppler-media.h
poppler.h
+ poppler-structure-element.h
)
find_program(GLIB2_MKENUMS glib-mkenums)
@@ -71,6 +72,7 @@ set(poppler_glib_SRCS
poppler.cc
poppler-cached-file-loader.cc
poppler-input-stream.cc
+ poppler-structure-element.cc
)
set(poppler_glib_generated_SRCS
${CMAKE_CURRENT_BINARY_DIR}/poppler-enums.c
diff --git a/glib/demo/CMakeLists.txt b/glib/demo/CMakeLists.txt
index 316371e..465021a 100644
--- a/glib/demo/CMakeLists.txt
+++ b/glib/demo/CMakeLists.txt
@@ -23,6 +23,7 @@ set(poppler_glib_demo_SRCS
attachments.c
layers.c
selections.c
+ taggedstruct.c
)
poppler_add_test(poppler-glib-demo BUILD_GTK_TESTS ${poppler_glib_demo_SRCS})
target_link_libraries(poppler-glib-demo poppler-glib ${GTK3_LIBRARIES})
More information about the poppler
mailing list