hidapi added as dependency library

Former-commit-id: 067d8ed87d0e416fb8518e05344597a00fc263c2
This commit is contained in:
Johan
2013-11-22 14:42:02 +01:00
parent 333cecdca8
commit d1c1e56bd1
12 changed files with 1915 additions and 15 deletions

View File

@@ -2,6 +2,10 @@ cmake_minimum_required(VERSION 2.8)
project(hyperion-remote)
# add protocol buffers
find_package(Protobuf REQUIRED)
# find Qt4
find_package(Qt4 REQUIRED QtCore QtGui QtNetwork)
# The following I do not undrstand completely...