Skip to content

Commit

Permalink
Add envvar and pdf2htmlEX-android CMake targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 8, 2024
1 parent 4bec8ac commit a1d2d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {

externalNativeBuild {
cmake {
targets "odr-core"
targets "odr-core", "envvar", "pdf2htmlEX-android"
arguments(
"-DCMAKE_TOOLCHAIN_FILE=conan_android_toolchain.cmake",
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
Expand Down

0 comments on commit a1d2d2c

Please sign in to comment.