adapted cmake file
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
using Poco::Net::StreamSocket;
|
||||
using Poco::Net::TCPServerConnection;
|
||||
using flippR_driver::input::InputDriver;
|
||||
using flippR_driver::input::detail::EventHandler;
|
||||
using flippR_driver::input::EventHandler;
|
||||
using flippR_driver::input::Event;
|
||||
|
||||
namespace flippR_driver
|
||||
@@ -53,7 +53,8 @@ void SocketHandler::handle(Event &event)
|
||||
this->queue->push(event);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user