[poppler] glib/CMakeLists.txt glib/demo

Albert Astals Cid aacid at kemper.freedesktop.org
Sun Nov 9 11:36:21 PST 2008


 glib/CMakeLists.txt      |    1 +
 glib/demo/CMakeLists.txt |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 069f8ad9453e612e907b561aa50983c34400193d
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sun Nov 9 20:36:06 2008 +0100

    MakeItBuild

diff --git a/glib/CMakeLists.txt b/glib/CMakeLists.txt
index 592a8b0..df0fd48 100644
--- a/glib/CMakeLists.txt
+++ b/glib/CMakeLists.txt
@@ -80,6 +80,7 @@ set(poppler_glib_SRCS
   poppler-attachment.cc
   poppler-form-field.cc
   poppler-annot.cc
+  poppler-layer.cc
   poppler.cc
   ${CMAKE_CURRENT_BINARY_DIR}/poppler-enums.c
 )
diff --git a/glib/demo/CMakeLists.txt b/glib/demo/CMakeLists.txt
index 11b9a47..40135bc 100644
--- a/glib/demo/CMakeLists.txt
+++ b/glib/demo/CMakeLists.txt
@@ -15,6 +15,7 @@ set(poppler_glib_demo_SRCS
   utils.c
   annots.c
   attachments.c
+  layers.c
 )
 poppler_add_test(poppler-glib-demo BUILD_GTK_TESTS ${poppler_glib_demo_SRCS})
 target_link_libraries(poppler-glib-demo poppler-glib ${GTK2_LIBRARIES})


More information about the poppler mailing list