adtop to toxcore rename

This commit is contained in:
Green Sky 2023-07-21 15:21:54 +02:00
parent b07c66b252
commit 874cb74f20
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ add_library(solanaceae_ipc_client
target_include_directories(solanaceae_ipc_client PUBLIC .)
target_compile_features(solanaceae_ipc_client PRIVATE cxx_std_20)
target_link_libraries(solanaceae_ipc_client PUBLIC
solanaceae_core
solanaceae_toxcore
ipc
zpp_bits
)
@ -27,7 +27,7 @@ add_library(solanaceae_ipc_server
target_include_directories(solanaceae_ipc_server PUBLIC .)
target_compile_features(solanaceae_ipc_server PRIVATE cxx_std_20)
target_link_libraries(solanaceae_ipc_server PUBLIC
solanaceae_core
solanaceae_toxcore
ipc
zpp_bits
)

View File

@ -1,7 +1,7 @@
#pragma once
#include <solanaceae/core/tox_interface.hpp>
#include <solanaceae/core/tox_event_provider_base.hpp>
#include <solanaceae/toxcore/tox_interface.hpp>
#include <solanaceae/toxcore/tox_event_provider_base.hpp>
#include <ipc.h>

View File

@ -1,6 +1,6 @@
#pragma once
#include <solanaceae/core/tox_interface.hpp>
#include <solanaceae/toxcore/tox_interface.hpp>
#include <zpp_bits/zpp_bits.h>