added skeleton for the json connection server

This commit is contained in:
johan
2013-08-17 15:39:29 +02:00
parent 2c97353a11
commit 16c260b3dc
9 changed files with 269 additions and 17 deletions

View File

@@ -6,7 +6,8 @@ add_executable(hyperiond
hyperion-d.cpp)
target_link_libraries(hyperiond
hyperion)
hyperion
jsonserver)
# Find the libPNG
find_package(PNG QUIET)