Added first quick and dirty implementation of own server (HyperionDispmanX.cpp).

This commit is contained in:
T. van der Zwan
2013-08-01 17:08:58 +02:00
parent a65305dbdb
commit f6672499f5
12 changed files with 167 additions and 67 deletions

View File

@@ -15,3 +15,6 @@ add_library(hyperion
${CURRENT_SOURCE_DIR}/Hyperion.cpp
${CURRENT_SOURCE_DIR}/ImageToLedsMap.cpp
)
target_link_libraries(hyperion
hyperion-utils)