]> rtime.felk.cvut.cz Git - orte.git/commit
Add Meson buildsystem support
authorMichal Sojka <michal.sojka@cvut.cz>
Sun, 14 Oct 2018 21:50:10 +0000 (23:50 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Sun, 14 Oct 2018 22:33:27 +0000 (00:33 +0200)
commit82c138a2087b72c78058a9eec2eff9c8c92a9627
tree7e496d7fbced30d5d69612d009cdc572c70d3e3b
parentc6d7b6de7c228e9d738de895594689866478f97a
Add Meson buildsystem support

Tested only on Linux. Build works, but many things are still missing. For
example: shape demo, config options, support for other platforms, etc.
16 files changed:
meson.build [new file with mode: 0644]
orte/examples/hello/meson.build [new file with mode: 0644]
orte/examples/meson.build [new file with mode: 0644]
orte/examples/mpo/meson.build [new file with mode: 0644]
orte/examples/multicast/meson.build [new file with mode: 0644]
orte/examples/ping/meson.build [new file with mode: 0644]
orte/examples/reliable/meson.build [new file with mode: 0644]
orte/examples/robot/meson.build [new file with mode: 0644]
orte/examples/schneider/meson.build [new file with mode: 0644]
orte/examples/spy/meson.build [new file with mode: 0644]
orte/examples/type/meson.build [new file with mode: 0644]
orte/idl-compiler/meson.build [new file with mode: 0644]
orte/include/meson.build [new file with mode: 0644]
orte/liborte/meson.build [new file with mode: 0644]
orte/manager/meson.build [new file with mode: 0644]
orte/meson.build [new file with mode: 0644]