]> git.meshlink.io Git - meshlink/commit
Initial support for CMake.
authorGuus Sliepen <guus@meshlink.io>
Sun, 11 Dec 2022 11:47:47 +0000 (12:47 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sun, 11 Dec 2022 11:47:47 +0000 (12:47 +0100)
commit917bcedfc76294050763a5bd5077f5b4e44d62fe
treed63488e901455de532775676c2ae03be09d85a05
parentb9185518d3e203b1cbe444b7e410ee102c6acbad
Initial support for CMake.

This supports building and installing the library, as well as running
part of the test suite (blackbox tests are not built yet). So far it has
only been tested on Linux.
16 files changed:
CMakeLists.txt [new file with mode: 0644]
cmake_config.h.in [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/conf.c
src/crypto.c
src/devtools.h
src/discovery.c
src/dropin.h
src/have.h
src/meshlink.c
src/meshlink.h
src/net.h
src/utils.c
src/utils.h
src/xalloc.h
test/CMakeLists.txt [new file with mode: 0644]