fixed dep

This commit is contained in:
vaxerski 2021-11-26 21:47:32 +01:00
parent f720445b26
commit 6192bf2174
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ add_compile_options(-Wall -Wextra)
find_package(Threads REQUIRED)
find_package(PkgConfig REQUIRED)
pkg_check_modules(deps REQUIRED IMPORTED_TARGET glib-2.0 harfbuzz cairo gtk4)
pkg_check_modules(deps REQUIRED IMPORTED_TARGET glib-2.0 harfbuzz cairo gtkmm-3.0)
file(GLOB_RECURSE SRCFILES "src/*.cpp")