This commit is contained in:
2026-03-26 14:35:10 +01:00
parent b35a982c6f
commit cf28fba3f5
14 changed files with 314 additions and 149 deletions

View File

@@ -22,6 +22,7 @@ add_library(rktwebview SHARED
rktwebview_types.h
json.cpp json.h
utils.h
utils.cpp
)
add_executable(rktwebview_prg
@@ -40,6 +41,7 @@ add_executable(rktwebview_prg
rkt_protocol.h
rktwebview_types.h
utils.cpp utils.h
)
add_executable(rktwebview_test