updating cmake to include podofo

This commit is contained in:
Chris Cochrun 2022-09-23 13:28:44 -05:00
parent 87854d897e
commit 15600eecd2
3 changed files with 30 additions and 0 deletions

View file

@ -32,6 +32,7 @@ find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS Kirigami2 I18n CoreAddons
find_package(Libmpv)
set_package_properties(Libmpv PROPERTIES TYPE REQUIRED)
find_package(PoDoFo)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)