Skip to content

Commit

Permalink
add android define
Browse files Browse the repository at this point in the history
  • Loading branch information
KorigamiK committed Dec 29, 2024
1 parent 99179ca commit 82d807a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ if(NOT ANDROID)
pdf_viewer/synctex/synctex_parser.c pdf_viewer/synctex/synctex_parser.h
pdf_viewer/synctex/synctex_parser_utils.c pdf_viewer/synctex/synctex_parser_utils.h
)
else()
target_compile_definitions(sioyek PRIVATE
SIOYEK_ANDROID
)
endif()

if(WIN32)
Expand Down

0 comments on commit 82d807a

Please sign in to comment.