Skip to content

Commit

Permalink
include example CMakeLists.txt in archive
Browse files Browse the repository at this point in the history
  • Loading branch information
scostello-bluebeam committed Nov 13, 2020
1 parent 7705fc4 commit cc45496
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ PDFium_SOURCE_DIR="$PWD/pdfium"
PDFium_BUILD_DIR="$PDFium_SOURCE_DIR/out"
PDFium_PATCH_DIR="$PWD/patches"
PDFium_CMAKE_CONFIG="$PWD/PDFiumConfig.cmake"
PDFium_EXAMPLE_DIR="$PWD/example"
PDFium_ARGS="$PWD/args/$OS.args.gn"

# Output
Expand Down Expand Up @@ -83,6 +84,7 @@ ls -l "$PDFium_BUILD_DIR"

# Install
cp "$PDFium_CMAKE_CONFIG" "$PDFium_STAGING_DIR"
cp "$PDFium_EXAMPLE_DIR/*" "$PDFium_STAGING_DIR"
cp "$PDFium_SOURCE_DIR/LICENSE" "$PDFium_STAGING_DIR"
cp -R "$PDFium_SOURCE_DIR/public" "$PDFium_INCLUDE_DIR"
rm -f "$PDFium_INCLUDE_DIR/DEPS"
Expand Down

0 comments on commit cc45496

Please sign in to comment.