more deps

This commit is contained in:
2024-08-03 11:10:56 +02:00
parent f66873a57a
commit 88a8261f68
2 changed files with 80 additions and 0 deletions

View File

@@ -26,6 +26,24 @@ if (NOT TARGET solanaceae_contact)
FetchContent_MakeAvailable(solanaceae_contact)
endif()
if (NOT TARGET solanaceae_message3)
FetchContent_Declare(solanaceae_message3
GIT_REPOSITORY https://github.com/Green-Sky/solanaceae_message3.git
GIT_TAG master
)
FetchContent_MakeAvailable(solanaceae_message3)
endif()
add_subdirectory(./toxcore)
if (NOT TARGET solanaceae_toxcore)
FetchContent_Declare(solanaceae_toxcore
GIT_REPOSITORY https://github.com/Green-Sky/solanaceae_toxcore.git
GIT_TAG master
)
FetchContent_MakeAvailable(solanaceae_toxcore)
endif()
# only need the contact stuff
if (NOT TARGET solanaceae_tox_contacts)
FetchContent_Declare(solanaceae_tox