aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/cherrytree/files/patch-CMakeLists.txt
blob: 882b4d093564de72f104045323e8a8ca397bf016 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- CMakeLists.txt.orig	2023-08-19 18:32:34 UTC
+++ CMakeLists.txt
@@ -193,6 +193,7 @@ if(USE_VTE)
     SYSTEM ${VTE_INCLUDE_DIRS}
   )
 endif()
+link_directories(${GTKMM_LIBRARY_DIRS})
 
 add_subdirectory(src/ct)