summaryrefslogtreecommitdiff
path: root/src/tools/echo/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* build: Change install directories and set correct permissionsSander Vrijders2016-06-201-1/+1
| | | | | | | | | This sets the correct install directories for all the binaries, library and header files. It also sets the right permissions on the sockets and shared memory so that regular users can also use the ouroboros library. Root privileges are required to run the irmd. Fixes #7
* tools: Simple echo applicationSander Vrijders2016-03-211-0/+16
This adds a simple echo application written to show application how to use the API. It also updates the dev.h header file with the insights gained from performing this excercise.