Skip to content

Commit

Permalink
Make GTK4 globally available
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Dec 2, 2024
1 parent edc4914 commit 33678eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ endif()
if(LINUX)
find_package(PkgConfig REQUIRED)

pkg_check_modules(GTK4 REQUIRED IMPORTED_TARGET gtk4)
pkg_check_modules(GTK4 REQUIRED IMPORTED_TARGET GLOBAL gtk4)

target_link_libraries(
fx
Expand Down

0 comments on commit 33678eb

Please sign in to comment.