1--- CMakeLists.txt.orig 2023-08-19 18:32:34 UTC 2+++ CMakeLists.txt 3@@ -193,6 +193,7 @@ if(USE_VTE) 4 SYSTEM ${VTE_INCLUDE_DIRS} 5 ) 6 endif() 7+link_directories(${GTKMM_LIBRARY_DIRS}) 8 9 add_subdirectory(src/ct) 10 11 12