Skip to content

Commit

Permalink
add tox upnp
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Mar 10, 2024
1 parent 133ebb4 commit 03461a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@
[submodule "external/solanaceae_llama-cpp-web"]
path = external/solanaceae_llama-cpp-web
url = https://github.com/Green-Sky/solanaceae_llama-cpp-web.git
[submodule "external/solanaceae_tox_upnp"]
path = external/solanaceae_tox_upnp
url = https://github.com/Green-Sky/solanaceae_tox_upnp
3 changes: 3 additions & 0 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ add_subdirectory(./toxcore)
add_subdirectory(./solanaceae_toxcore)
add_subdirectory(./solanaceae_tox)

set(SOLANACEAE_TOX_UPNP_BUILD_PLUGINS ON)
add_subdirectory(./solanaceae_tox_upnp)

add_subdirectory(./solanaceae_ngc_ft1)

set(SOLANACEAE_ZOX_BUILD_PLUGINS ON)
Expand Down
1 change: 1 addition & 0 deletions external/solanaceae_tox_upnp
Submodule solanaceae_tox_upnp added at e8d8e1

0 comments on commit 03461a9

Please sign in to comment.