build: bump required minimum libvterm version to 0.3.3

Also add detection for libvterm patch version.
This commit is contained in:
dundargoc
2023-10-25 16:54:20 +02:00
committed by dundargoc
parent ac353e87ae
commit 7a5effb0f9
2 changed files with 11 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ target_link_libraries(main_lib INTERFACE ${LUV_LIBRARY})
find_package(Iconv REQUIRED)
find_package(Lpeg REQUIRED)
find_package(Libtermkey 0.22 REQUIRED)
find_package(Libvterm 0.3 REQUIRED)
find_package(Libvterm 0.3.3 REQUIRED)
find_package(Msgpack 1.0.0 REQUIRED)
find_package(Treesitter 0.20.8 REQUIRED)
find_package(Unibilium 2.0 REQUIRED)