Earlier versions had been written in Python 2.x and were phased out together with it. The project had been later reimplemented in C++/gtkmm and that's what this port now offers to its users. WWW: https://www.giuspen.com/cherrytree/
11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
--- 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)
|
|
|