Skip to content

Commit 17f42c5

Browse files
committed
Add Apple HP client support
1 parent 8097f90 commit 17f42c5

8 files changed

Lines changed: 1392 additions & 348 deletions

File tree

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,12 @@ set(LIBVNCCLIENT_SOURCES
389389
${COMMON_DIR}/sockets.c
390390
${CRYPTO_SOURCES}
391391
)
392+
if(APPLE)
393+
set(LIBVNCCLIENT_SOURCES
394+
${LIBVNCCLIENT_SOURCES}
395+
${LIBVNCCLIENT_DIR}/applehp.c
396+
)
397+
endif()
392398

393399
if(JPEG_FOUND)
394400
set(LIBVNCCLIENT_SOURCES

0 commit comments

Comments
 (0)