summaryrefslogtreecommitdiff
path: root/src/tools/oping/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* build: Revise the build systemdimitri staessens2017-08-211-0/+2
| | | | | | | | | | This revises the build system to have configuration per system component. System settings can now be set using cmake. The standard compliance defines were removed from configuration header and are set in the sources where needed. Also some small code refactors, such as moving the data for shims out of the ipcp structure to the respective shims were performed.
* build: Format CMakeLists.txt filesSander Vrijders2017-03-031-3/+3
| | | | The CMakeLists files are now properly indented.
* tools: Add a ping applicationdimitri staessens2016-08-031-0/+21
Ouoroboros ping application mimics the GNU ping application. do "oping --help" for options.