build: added gtk dep

This commit is contained in:
2025-12-17 13:32:26 +03:00
parent 58eff4d97e
commit 019b0db522
9 changed files with 17 additions and 8 deletions

View File

@@ -43,10 +43,7 @@ elseif(APPLE)
OpenGL::GL
"-framework Cocoa"
)
else()
find_package(PkgConfig REQUIRED)
pkg_check_modules(GTK3 REQUIRED gtk+-3.0)
else()
target_link_libraries(clrsync_gui PRIVATE
clrsync_core
imgui