add totato as sub

This commit is contained in:
Green Sky 2023-12-14 18:24:55 +01:00
parent 431e6fa4fb
commit 6c5e0a0b88
No known key found for this signature in database
4 changed files with 11 additions and 0 deletions

3
.gitmodules vendored
View File

@ -35,3 +35,6 @@
[submodule "external/solanaceae_ircclient"]
path = external/solanaceae_ircclient
url = https://github.com/Green-Sky/solanaceae_ircclient.git
[submodule "external/totato"]
path = external/totato
url = https://github.com/Green-Sky/totato.git

View File

@ -22,3 +22,5 @@ add_subdirectory(./solanaceae_toxic_games)
set(SOLANACEAE_IRCCLIENT_BUILD_PLUGINS ON)
add_subdirectory(./solanaceae_ircclient)
add_subdirectory(./totato)

1
external/totato vendored Submodule

@ -0,0 +1 @@
Subproject commit f9a43c30cc153ac6e9b2ffe0be469addc87a3d3a

View File

@ -155,6 +155,11 @@ configure_file(
${TOX_DIR}tox/tox_events.h
@ONLY
)
configure_file(
${TOX_DIR}toxcore/tox_private.h
${TOX_DIR}tox/tox_private.h
@ONLY
)
target_include_directories(toxcore PRIVATE "${TOX_DIR}toxcore")
target_include_directories(toxcore PUBLIC "${TOX_DIR}")