[porthole] initial client implementation

This commit is contained in:
Geoffrey McRae
2019-11-04 21:09:13 +11:00
parent c382a5acb1
commit 01f5238a9d
3 changed files with 13 additions and 5 deletions

View File

@@ -2,10 +2,12 @@ cmake_minimum_required(VERSION 3.0)
project(porthole-linux LANGUAGES C)
add_library(porthole-linux STATIC
device.c
client.c
)
#target_link_libraries(porthole-linux)
target_link_libraries(porthole-linux
lg_common
)
target_include_directories(porthole-linux
PRIVATE