Integrate KodoTerm for SSH terminal sessions
This commit is contained in:
@@ -14,6 +14,8 @@ find_package(Qt6 6.2 REQUIRED COMPONENTS Widgets Sql)
|
||||
|
||||
qt_standard_project_setup()
|
||||
|
||||
add_subdirectory(third_party/KodoTerm)
|
||||
|
||||
add_executable(orbithub
|
||||
src/main.cpp
|
||||
src/profile_dialog.cpp
|
||||
@@ -38,5 +40,6 @@ add_executable(orbithub
|
||||
)
|
||||
|
||||
target_link_libraries(orbithub PRIVATE Qt6::Widgets Qt6::Sql)
|
||||
target_link_libraries(orbithub PRIVATE KodoTerm::KodoTerm)
|
||||
|
||||
install(TARGETS orbithub RUNTIME DESTINATION bin)
|
||||
|
||||
Reference in New Issue
Block a user