]> git.meshlink.io Git - meshlink/commit
Move the public header files into their own directory.
authorGuus Sliepen <guus@meshlink.io>
Sun, 11 Dec 2022 15:21:56 +0000 (16:21 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sun, 11 Dec 2022 15:21:56 +0000 (16:21 +0100)
commitefd2d1ff5db78643abcbb947df5dbede412d1ad1
treea966c49ce880ca3483f4ad6b475e1049fbbd07c5
parent917bcedfc76294050763a5bd5077f5b4e44d62fe
Move the public header files into their own directory.

This now also calls target_include_directories() to add the public
header directory to the search path.
32 files changed:
include/meshlink++.h [new file with mode: 0644]
include/meshlink.h [new file with mode: 0644]
src/CMakeLists.txt
src/meshlink++.h [deleted file]
src/meshlink.h [deleted file]
test/CMakeLists.txt
test/blackbox/common/common_types.h
test/blackbox/common/test_step.c
test/blackbox/common/test_step.h
test/blackbox/run_blackbox_tests/test_cases_random_port_bindings01.c
test/blackbox/run_blackbox_tests/test_cases_random_port_bindings02.c
test/blackbox/util/gen_invite.c
test/blacklist.c
test/channels-buffer-storage.c
test/channels-cornercases.c
test/channels-failure.c
test/channels-fork.c
test/channels-udp-cornercases.c
test/channels-udp.c
test/channels.c
test/discovery.c
test/invite-join.c
test/meta-connections.c
test/metering-relayed.c
test/metering-slowping.c
test/metering-tcponly.c
test/metering.c
test/netns_utils.c
test/port.c
test/trio.c
test/trio2.c
test/utils.h